File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11const scriptSrcUrls = [
2+ process . env . NEXT_PUBLIC_API_URL ,
23 'https://*.google-analytics.com' ,
34 'https://identitytoolkit.googleapis.com' ,
45 'https://*.hotjar.com' ,
@@ -23,7 +24,6 @@ const scriptSrcUrls = [
2324 'https://static.hotjar.com' ,
2425 'https://app.storyblok.com' ,
2526 'https://client.crisp.chat' ,
26- process . env . NEXT_PUBLIC_API_URL ,
2727 'wss://client.relay.crisp.chat' ,
2828 'https://apis.google.com' ,
2929 'https://va.vercel-scripts.com/' ,
@@ -71,7 +71,7 @@ const connectSrcUrls = [
7171 'https://*.youtube.com' ,
7272 'https://www.youtube.com' ,
7373 ...( process . env . NODE_ENV === 'development' ? [ 'http://localhost:35001' ] : [ ] ) ,
74- process . env . NEXT_PUBLIC_API_BASE_URL ,
74+ process . env . NEXT_PUBLIC_API_URL ,
7575] ;
7676const frameSrcUrls = [
7777 'https://*.hotjar.com' ,
You can’t perform that action at this time.
0 commit comments