1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-23 13:21:34 -05:00

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 GitHub
parent 1c76186e09
commit d521705ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"headers": [ "headers": [
{ {
"key": "Content-Security-Policy", "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", "key": "X-Content-Type-Options",
@ -54,4 +54,4 @@
"**/node_modules/**" "**/node_modules/**"
] ]
} }
} }