We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca7326 commit cd6ad0aCopy full SHA for cd6ad0a
next.config.ts
@@ -19,7 +19,7 @@ const contentSecurityPolicy = `
19
img-src 'self' https: data:;
20
script-src 'self' 'unsafe-eval' 'unsafe-inline';
21
style-src 'self' 'unsafe-inline';
22
- connect-src 'self' api.umami.is cloud.umami.is;
+ connect-src *;
23
frame-ancestors 'self' ${frameAncestors};
24
`;
25
0 commit comments