Skip to content

Commit

Permalink
fix: add worker src blob to CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Feb 14, 2025
1 parent 086b30c commit ffa9784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ module.exports = withBundleAnalyzer(
value: `
default-src 'self';
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://identitytoolkit.googleapis.com https://*.hotjar.com https://*.storyblok.com https://*.newrelic.com https://*.nr-data.net https://*.crisp.chat https://*.googletagmanager.com https://vercel.live;
child-src 'self';
child-src 'self' blob:;
worker-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.hotjar.com https://app.storyblok.com https://client.crisp.chat;
font-src 'self' https://fonts.gstatic.com https://*.hotjar.com https://*.crisp.chat;
img-src 'self' data: https://*.hotjar.com https://*.storyblok.com https://*.crisp.chat;
Expand Down

0 comments on commit ffa9784

Please # to comment.