Skip to content

Commit

Permalink
fix CSP for inline scripts and vercel's weird comments widget
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Feb 16, 2024
1 parent b42f55a commit 024b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self';base-uri 'self';form-action 'self' https://unicorn-utterances.com/ https://app.convertkit.com/;frame-ancestors 'none';frame-src https:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline';script-src-attr 'none';style-src 'self' 'unsafe-inline';upgrade-insecure-requests"
"value": "default-src 'self';base-uri 'self';form-action 'self' https://unicorn-utterances.com/ https://app.convertkit.com/;frame-ancestors 'none';frame-src https:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://vercel.live/;connect-src 'self' https://vercel.live/;style-src 'self' 'unsafe-inline';upgrade-insecure-requests"
},
{
"key": "Cross-Origin-Opener-Policy",
Expand Down

0 comments on commit 024b397

Please sign in to comment.