Update vercel.json

This commit is contained in:
Camerin Figueroa 2024-04-22 14:41:31 -04:00 committed by GitHub
parent 930e7e78d2
commit 1156c58382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 1 deletions

View File

@ -6,8 +6,28 @@
{
"key": "cache-control",
"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=()"
}
]
}
]
}
}