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
UserVoice Widget causing errors due to CSP #141
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. |
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
|
CSP issue has now been fixed by PR #152. |
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: