2022-07-16 19:40:48 -04:00
|
|
|
{
|
|
|
|
"hosting": {
|
|
|
|
"public": "public",
|
2022-07-17 21:26:32 -04:00
|
|
|
"headers": [
|
|
|
|
{
|
2022-07-17 22:05:24 -04:00
|
|
|
"source": "*",
|
|
|
|
"headers": [
|
|
|
|
{
|
|
|
|
"key": "Content-Security-Policy",
|
|
|
|
"value": "upgrade-insecure-requests; block-all-mixed-content; form-action 'none'; frame-ancestors 'self'"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "X-Content-Type-Options",
|
|
|
|
"value": "nosniff"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Referrer-Policy",
|
|
|
|
"value": "no-referrer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Cross-Origin-Opener-Policy",
|
|
|
|
"value": "same-origin"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Cross-Origin-Embedder-Policy",
|
|
|
|
"value": "require-corp"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "X-Frame-Options",
|
|
|
|
"value": "DENY"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "X-XSS-Protection",
|
|
|
|
"value": "0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Permissions-Policy",
|
|
|
|
"value": "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), sync-xhr=(), usb=(), xr-spatial-tracking=()"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Cross-Origin-Resource-Policy",
|
|
|
|
"value": "same-origin"
|
2022-07-17 23:02:30 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Expect-CT",
|
|
|
|
"value": "enforce, max-age=63072000"
|
2022-07-17 22:05:24 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2022-07-16 19:40:48 -04:00
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
]
|
|
|
|
}
|
2022-07-17 21:26:32 -04:00
|
|
|
}
|