mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-15 04:32:20 -04:00
Security Header Fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
612c88a892
commit
d03d19ca38
1 changed files with 41 additions and 36 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue