Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Security policy update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tuleja committed Jan 10, 2019
1 parent d951517 commit 06c7539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.use((req, res, next) => {
const contentSecurityPolicy = [
`default-src 'self';`,
`frame-ancestors 'none';`,
`connect-src 'self' ${connectSrc} https://www.google-analytics.com;`,
`connect-src 'self' ${connectSrc} https://www.google-analytics.com https://*.crazyegg.com;`,
`img-src 'self' https:;`,
`style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;`,
`script-src 'self' 'unsafe-eval' 'unsafe-inline' https://tagmanager.google.com/ https://www.googletagmanager.com/ https://www.google-analytics.com/ https://dnn506yrbagrg.cloudfront.net/ https://*.ipify.org/ https://*.crazyegg.com/ http://trk.cetrk.com/ https://s3.amazonaws.com/trk.cetrk.com/;`,
Expand Down

0 comments on commit 06c7539

Please sign in to comment.