mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 12:51:34 -05:00
Security Header Fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a3db8dbb94
commit
44121962e8
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "public",
|
"public": "public",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "*",
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Content-Security-Policy",
|
"key": "Content-Security-Policy",
|
||||||
@ -38,6 +41,8 @@
|
|||||||
"key": "Cross-Origin-Resource-Policy",
|
"key": "Cross-Origin-Resource-Policy",
|
||||||
"value": "same-origin"
|
"value": "same-origin"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"firebase.json",
|
"firebase.json",
|
||||||
|
Loading…
Reference in New Issue
Block a user