Skip to content

Commit

Permalink
chore: add security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 30, 2024
1 parent 11f96c4 commit 30c2c59
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "frame-ancestors 'self'"
}
]
}
],
"redirects": [
{
"source": "/adblock",
Expand Down Expand Up @@ -197,4 +208,4 @@
"destination": "/docs/api/parameters/waitUntil"
}
]
}
}

0 comments on commit 30c2c59

Please sign in to comment.