Last active
February 23, 2017 19:32
-
-
Save rtanglao/73dbc3e14bf77667a4aa987a80b71127 to your computer and use it in GitHub Desktop.
csp header for lithium from https://bugzilla.mozilla.org/show_bug.cgi?id=1339940#c2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-Security-Policy: default-src 'none'; script-src 'self' data: 'unsafe-inline' | |
'unsafe-eval' https://*.i.lithium.com/ https://www.google-analytics.com/; style-src 'self' | |
'unsafe-inline'; img-src 'self' data: https://*.i.lithium.com https://www.google-analytics.com | |
https://www.gravatar.com; font-src 'self'; connect-src 'self' | |
https://pushy-live-prod-aws-us-west-1.prod.aws.lcloud.com/realtime/notification/bf59d9df-a534-49c1-b53b-c1e09f7a237a/1012898 | |
wss://pushy-live-prod-aws-us-west-1.prod.aws.lcloud.com/realtime/notification/bf59d9df-a534-49c1-b53b-c1e09f7a237a/1012898; | |
object-src 'none' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment