-
Notifications
You must be signed in to change notification settings - Fork 124
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
MV3: Sandboxed Iframe breaks interactive elements on some websites #483
Comments
Fixes Zotero Connector breaking LastPass vault
Another report https://forums.zotero.org/discussion/115227/zotero-connector-libkey-nomad-interference Redirection via proxy service using the Libkey Nomad extension somehow ends up on zotero connector translate sandbox. |
Chromium issue https://issues.chromium.org/issues/348520452 |
Breaks proquest reader https://forums.zotero.org/discussion/117425/epub-and-proquest-ebook-central |
Breaks new UI ebscohost discovery service https://forums.zotero.org/discussion/118171/zotero-connector-ebsco-full-text-finder-issue We could consider running the translate architecture in an offscreen document, although it might create issues due to undefined lifetime of such documents, so probably only for the detect phase (which would complicate MV3 translation setup even further). |
Addressed by 53d9403 |
Report: https://forums.zotero.org/discussion/115357/zotero-connector-conflicts-with-lastpass-in-chrome
We can't fix this bar adding a blacklist where we don't run translation, but to properly address this we need the Chrome to allow userScript API or its equivalent with a permission.
The text was updated successfully, but these errors were encountered: