UserVoice Widget causing errors due to CSP #141
Closed
Comments
Also, it seems that UserVoice has changed their widget system. This will require some additional changes and should be done soon so we don't lose feedback support. Even though they are currently still supporting their old system, it's unlikely they will forever. |
neocotic
added a commit
that referenced
this issue
Apr 22, 2013
Merged
This issue has been fixed by #149 and will now be closed. |
It appears this has not been fully resolved. For some reason, it works sometimes but not others. I'm hoping that adding
|
neocotic
added a commit
that referenced
this issue
Apr 22, 2013
Merged
CSP issue has now been fixed by PR #152. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the following error in the console when loading the options page:
I'm pretty sure changing the CSP in the manifest to the following should do the trick:
"script-src 'self' https://ssl.google-analytics.com https://*.uservoice.com; object-src 'self'"
This will need testing. It's not urgent as it's not currently affecting other functionality on the page (yet).
The text was updated successfully, but these errors were encountered: