Skip to content

Commit

Permalink
Revert vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Feb 2, 2024
1 parent 2501ba7 commit 5dbce6c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Referrer-Policy",
"value": "origin-when-cross-origin"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=2592000"
}
]
}
]
}

0 comments on commit 5dbce6c

Please sign in to comment.