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:
parent
cc614f04cb
commit
d08c1419a3
@ -7,7 +7,7 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Security-Policy",
|
||||
"value": "block-all-mixed-content; default-src: 'none'; frame-src: 'none'; frame-ancestors 'none'; form-action 'none'"
|
||||
"value": "default-src 'none'; child-src 'self'; font-src 'self'; img-src 'self'; manifest-src 'self'; script-src 'self'; style-src 'self'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'"
|
||||
},
|
||||
{
|
||||
"key": "X-Content-Type-Options",
|
||||
|
Loading…
Reference in New Issue
Block a user