forked from extern/bruno
Merge pull request #1106 from Its-treason/bugfix/csp-posthog
Fix: Update CSP to allow posthog
This commit is contained in:
commit
161b5eed10
@ -18,7 +18,7 @@ const lastOpenedCollections = new LastOpenedCollections();
|
|||||||
const contentSecurityPolicy = [
|
const contentSecurityPolicy = [
|
||||||
"default-src 'self'",
|
"default-src 'self'",
|
||||||
"script-src * 'unsafe-inline' 'unsafe-eval'",
|
"script-src * 'unsafe-inline' 'unsafe-eval'",
|
||||||
"connect-src 'self' api.github.com",
|
"connect-src 'self' api.github.com app.posthog.com",
|
||||||
"font-src 'self' https:",
|
"font-src 'self' https:",
|
||||||
"form-action 'none'",
|
"form-action 'none'",
|
||||||
"img-src 'self' blob: data: https:",
|
"img-src 'self' blob: data: https:",
|
||||||
|
Loading…
Reference in New Issue
Block a user