Skip to content

Commit

Permalink
fix: forgot to add umami domain to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
Reynadi531 committed Aug 10, 2024
1 parent 26db0c4 commit ad1d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const nextConfig = {

const ContentSecurityPolicy = `
default-src 'self';
script-src 'self' 'unsafe-eval' 'unsafe-inline';
script-src 'self' 'unsafe-eval' 'unsafe-inline' analytics.reynadi.com;
style-src 'self' 'unsafe-inline';
img-src * blob: data:;
media-src 'none';
Expand Down

0 comments on commit ad1d95e

Please sign in to comment.