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.
2 parents cb4709c + 2cd328e commit 7cc8a59Copy full SHA for 7cc8a59
.circleci/config.yml
@@ -356,8 +356,8 @@ workflows:
356
context : org-global
357
filters:
358
branches:
359
- only:
360
- - free
+ only:
+ - veterans-http-headers
361
# This is alternate dev env for parallel testing
362
- "build-qa":
363
src/server/index.js
@@ -141,7 +141,7 @@ async function onExpressJsSetup(server) {
141
res.header(
142
'Content-Security-Policy',
143
"default-src 'self';"
144
- + " script-src 'report-sample' 'self' 'unsafe-inline' 'unsafe-eval'"
+ + " script-src 'report-sample' 'self'"
145
+ ` ${config.CDN.PUBLIC}`
146
+ ' http://www.google-analytics.com'
147
+ ' https://www.google-analytics.com'
0 commit comments