We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967e5fc commit 9ea5cb6Copy full SHA for 9ea5cb6
src/server/index.js
@@ -139,7 +139,7 @@ async function onExpressJsSetup(server) {
139
res.header(
140
'Content-Security-Policy',
141
"default-src 'self';"
142
- + " script-src 'report-sample' 'self' 'unsafe-inline' 'unsafe-eval'"
+ + " script-src 'report-sample' 'self'"
143
+ ` ${config.CDN.PUBLIC}`
144
+ ' http://www.google-analytics.com'
145
+ ' https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com'
0 commit comments