Skip to content

Commit

Permalink
add security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Apr 29, 2024
1 parent 6934bf8 commit a3c2b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"key": "Content-Security-Policy",
"value": "img-src 'self' https:;"
"value": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.github.io; *.googletagmanager.com *.google-analytics.com"
}
]
}
Expand Down

0 comments on commit a3c2b27

Please sign in to comment.