File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ module.exports = withBundleAnalyzer(
100
100
value : `
101
101
default-src 'self';
102
102
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;
103
- child-src 'self';
103
+ child-src 'self' blob:;
104
+ worker-src 'self' blob:;
104
105
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.hotjar.com https://app.storyblok.com https://client.crisp.chat;
105
106
font-src 'self' https://fonts.gstatic.com https://*.hotjar.com https://*.crisp.chat;
106
107
img-src 'self' data: https://*.hotjar.com https://*.storyblok.com https://*.crisp.chat;
You can’t perform that action at this time.
0 commit comments