You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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.
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:
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!
The text was updated successfully, but these errors were encountered: