Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Content Security Policy #24

Open
jamesarosen opened this issue Jul 6, 2016 · 0 comments
Open

Incompatible with Content Security Policy #24

jamesarosen opened this issue Jul 6, 2016 · 0 comments

Comments

@jamesarosen
Copy link

Content-Security-Policy v2 doesn't allow inline scripts unless they are signed with a hash. See https://www.w3.org/TR/2015/CR-CSP2-20150721/#script-src-hash-usage

This addon injects inline script into the <body> tag.

Some possibilities:

  1. detect if ENV.contentSecurityPolicy exists and if it does, add the hash of the script to that configuration
  2. move the mixpanel setup into vendor.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant