Skip to content

Commit

Permalink
add blob to CSP src
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran committed Sep 27, 2024
1 parent ac8d4d8 commit e050a84
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 @@ -12,7 +12,7 @@
},
{
"key": "Content-Security-Policy",
"value": "script-src * 'unsafe-inline'; script-src-attr 'none'; img-src 'self' *.storyblok.com data:; media-src 'self' *.storyblok.com; object-src *; child-src 'none'; frame-src 'none'; frame-ancestors https://app.storyblok.com; upgrade-insecure-requests"
"value": "script-src * 'unsafe-inline' blob:; script-src-attr 'none'; img-src 'self' *.storyblok.com data: blob:; media-src 'self' *.storyblok.com; object-src *; child-src 'none'; frame-src 'none'; frame-ancestors https://app.storyblok.com; upgrade-insecure-requests"
},
{
"key": "Permissions-Policy",
Expand Down

0 comments on commit e050a84

Please sign in to comment.