Skip to content

Commit

Permalink
Merge pull request #102 from hmrc/DDCNLS-413
Browse files Browse the repository at this point in the history
DDCNLS-413: Changed csp.
  • Loading branch information
Leanne Northrop authored Dec 6, 2016
2 parents 8484c71 + f70ece2 commit fd33dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ personal-allowance-2017 = 11500
max-limit-2017 = 45000

application.session.httpOnly=true
play.filters.headers.contentSecurityPolicy= "default-src 'self' 'unsafe-inline' 'unsafe-eval' localhost:9032 localhost:9250 webchat-dev.tax.service.gov.uk *.analytics-egain.com stats.g.doubleclick.net assets.digital.cabinet-office.gov.uk www.google-analytics.com data:"
play.filters.headers.contentSecurityPolicy= "default-src 'self' 'unsafe-inline' 'unsafe-eval' localhost:9032 localhost:9250 'script-src' webchat-dev.tax.service.gov.uk *.analytics-egain.com stats.g.doubleclick.net assets.digital.cabinet-office.gov.uk www.google-analytics.com data:"

metrics {
name = ${appName}.
Expand Down

0 comments on commit fd33dee

Please sign in to comment.