1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-22 04:41:33 -05:00

Security Header Fixes

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-17 22:05:24 -04:00 committed by tommytran732
parent a3db8dbb94
commit 44121962e8
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -1,6 +1,9 @@
{
"hosting": {
"public": "public",
"headers": [
{
"source": "*",
"headers": [
{
"key": "Content-Security-Policy",
@ -38,6 +41,8 @@
"key": "Cross-Origin-Resource-Policy",
"value": "same-origin"
}
]
}
],
"ignore": [
"firebase.json",