Skip to content

Commit

Permalink
Add Strict-Transport-Security header
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-octal authored Sep 9, 2024
1 parent 4f39327 commit 9bbe6ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"source": "**",
"destination": "/index.html"
}
]
],
"headers": [{
"source": "**",
"headers": [{
"key": "Strict-Transport-Security",
"value": "max-age=1;includeSubDomains;preload"
}]
}]
}
}

0 comments on commit 9bbe6ef

Please sign in to comment.