Skip to content

Commit

Permalink
fix GA (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Nov 2, 2023
1 parent c089715 commit 04f87cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Security headers (from https://www.yagiz.co/securing-your-nextjs-13-application)
const ContentSecurityPolicy = `
default-src 'self' vercel.live;
script-src 'self' 'unsafe-eval' 'unsafe-inline' cdn.vercel-insights.com vercel.live googletagmanager.com;
script-src 'self' 'unsafe-eval' 'unsafe-inline' cdn.vercel-insights.com vercel.live https://www.google-analytics.com https://ssl.google-analytics.com https://www.googletagmanager.com;
style-src 'self' 'unsafe-inline';
img-src * blob: data:;
media-src 'none';
Expand Down

1 comment on commit 04f87cc

@vercel
Copy link

@vercel vercel bot commented on 04f87cc Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.