Update vercel.json
This commit is contained in:
parent
930e7e78d2
commit
1156c58382
22
vercel.json
22
vercel.json
|
|
@ -6,8 +6,28 @@
|
||||||
{
|
{
|
||||||
"key": "cache-control",
|
"key": "cache-control",
|
||||||
"value": "public, max-age=2592000"
|
"value": "public, max-age=2592000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key":"Content-Security-Policy",
|
||||||
|
"value":"default-src https://*.camscode.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key":"X-Frame-Options",
|
||||||
|
"value":"DENY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key":"X-Content-Type-Options",
|
||||||
|
"value":"nosniff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key":"Referrer-Policy",
|
||||||
|
"value":"same-origin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key":"Permissions-Policy",
|
||||||
|
"value":"geolocation=(self \"https://*camscode.com\"), microphone=()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue