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

Cannot open options in latest chrome: script-src 'unsafe-eval' #26

Open
Hazzard13 opened this issue Feb 20, 2019 · 1 comment
Open

Cannot open options in latest chrome: script-src 'unsafe-eval' #26

Hazzard13 opened this issue Feb 20, 2019 · 1 comment

Comments

@Hazzard13
Copy link

None of the links work in the extension tooltip. Opening the tooltip as it's own tab allows me to see these errors logging in console:

Error Screenshot

This leads me to believe that chrome's security directives have changed, and that none of the extension scripts are loading, making it completely unusable. Workarounds or a fix would be greatly appreciated!

@jaredsohn
Copy link
Owner

You can fix this by removing "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'", from manifest.json.

But lots of other things are broken due to changes from Netflix, most notably the detecting of the logged in user which is used to store/read per-user settings.

I spent a little time trying to fix those things over Christmas and just pushed what I have to a dev branch; the manifest.json change gets made by openforge and needs to be undone after every build for now.

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

2 participants