Skip to content

Commit cd6ad0a

Browse files
committed
Updated CSP.
1 parent 8ca7326 commit cd6ad0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const contentSecurityPolicy = `
1919
img-src 'self' https: data:;
2020
script-src 'self' 'unsafe-eval' 'unsafe-inline';
2121
style-src 'self' 'unsafe-inline';
22-
connect-src 'self' api.umami.is cloud.umami.is;
22+
connect-src *;
2323
frame-ancestors 'self' ${frameAncestors};
2424
`;
2525

0 commit comments

Comments
 (0)