Skip to content

Commit

Permalink
add strict csp policy
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Dec 9, 2024
1 parent a3a133c commit 38a2389
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 @@ -3651,7 +3651,7 @@
},
{
"key": "Content-Security-Policy",
"value": "img-src 'self' data: https:;"
"value": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com https://*.getdbt.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com https://fonts.googleapis.com; frame-src 'self' https://www.youtube.com https://www.loom.com; connect-src 'self' https://*.getdbt.com https://*.algolia.net https://*.algolianet.com https://www.google-analytics.com; object-src 'none'; base-uri 'self'; form-action 'self';"
},
{
"key": "Strict-Transport-Security",
Expand Down

0 comments on commit 38a2389

Please sign in to comment.