Skip to content

Commit

Permalink
update security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Jul 12, 2024
1 parent 770eafc commit af6f937
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' blob: data:; font-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; upgrade-insecure-requests;"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=(), interest-cohort=()"
},
{
"key": "Referrer-Policy",
"value": "no-referrer-when-downgrade"
Expand Down

0 comments on commit af6f937

Please sign in to comment.