We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90586b commit 9307a6dCopy full SHA for 9307a6d
1 file changed
frontend/src/widget.html
@@ -8,9 +8,9 @@
8
<!-- Content Security Policy for XSS protection -->
9
<meta http-equiv="Content-Security-Policy" content="
10
default-src 'self';
11
- script-src 'self' 'unsafe-inline';
+ script-src 'self' 'unsafe-inline' https://eu-assets.i.posthog.com;
12
style-src 'self' 'unsafe-inline';
13
- connect-src *;
+ connect-src * https://eu.i.posthog.com;
14
frame-ancestors *;
15
img-src 'self' data:;
16
form-action 'none';
0 commit comments