Update firebase.json

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-19 16:22:38 -04:00 committed by tommytran732
parent 49dfa35a16
commit d83e623eb8
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "upgrade-insecure-requests; block-all-mixed-content; form-action 'none'; frame-ancestors 'self'"
"value": "block-all-mixed-content; form-action 'none'; frame-ancestors 'self'"
},
{
"key": "X-Content-Type-Options",
@ -54,4 +54,4 @@
"**/node_modules/**"
]
}
}
}