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

Fix accessibility audit #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix accessibility audit #174

wants to merge 1 commit into from

Conversation

pd4d10
Copy link

@pd4d10 pd4d10 commented Apr 18, 2020

Fix #138

window.__devtron.axs = axs seems only be applied to the devtron iframe, not the "top" window.

Probably related to this policy: https://developer.chrome.com/extensions/content_scripts#isolated_world

Isolated worlds do not allow for content scripts, the extension, and the web page to access any variables or functions created by the others. This also gives content scripts the ability to enable functionality that should not be accessible to the web page.

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

Successfully merging this pull request may close these issues.

Accessibility menu is broken
1 participant