File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ module.exports = withBundleAnalyzer(
99
99
key : 'Content-Security-Policy' ,
100
100
value : `
101
101
default-src 'self';
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;
102
+ script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.google-analytics.com 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 https://*.noembed.com ;
103
103
child-src 'self' blob:;
104
104
worker-src 'self' blob:;
105
- style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.hotjar.com https://app.storyblok.com https://client.crisp.chat;
105
+ style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.hotjar.com https://app.storyblok.com https://client.crisp.chat https://*.google-analytics.com ;
106
106
font-src 'self' https://fonts.gstatic.com https://*.hotjar.com https://*.crisp.chat;
107
- img-src 'self' data: https://*.hotjar.com https://*.storyblok.com https://*.crisp.chat;
108
- connect-src 'self' https://*.hotjar.io https://identitytoolkit.googleapis.com https://*.storyblok.com https://*.rollbar.com https://*.simplybook.it https://*.zapier.com https://*.nr-data.net ${ process . env . NEXT_PUBLIC_API_URL } wss://client.relay.crisp.chat https://*.crisp.chat/ ;
107
+ img-src 'self' data: https://*.hotjar.com https://*.storyblok.com https://*.crisp.chat https://*.googletagmanager.com ;
108
+ connect-src 'self' https://*.hotjar.io https://identitytoolkit.googleapis.com https://*.storyblok.com https://*.rollbar.com https://*.simplybook.it https://*.zapier.com https://*.nr-data.net ${ process . env . NEXT_PUBLIC_API_URL } wss://client.relay.crisp.chat https://*.crisp.chat https://*.google-analytics.com https://*.noembed.com https://*.googletagmanager.com ;
109
109
frame-src 'self' https://*.hotjar.com https://*.storyblok.com https://*.crisp.chat https://*.simplybook.it;
110
110
object-src 'none';
111
111
base-uri 'self';
You can’t perform that action at this time.
0 commit comments