Skip to content

Commit

Permalink
Merge pull request #718 from hirosystems/chore/add-security-headers
Browse files Browse the repository at this point in the history
Add Security Headers to Improve Site Protection
  • Loading branch information
ryanwaits authored Jul 22, 2024
2 parents a259cb8 + 5fcb7ac commit 4b075d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cleanUrls": true,
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
],
"redirects": [
{
"source": "/",
Expand Down

0 comments on commit 4b075d4

Please sign in to comment.