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

Explained: extension schemes #70

Closed
Zenexer opened this issue Dec 8, 2018 · 1 comment
Closed

Explained: extension schemes #70

Zenexer opened this issue Dec 8, 2018 · 1 comment
Assignees

Comments

@Zenexer
Copy link

Zenexer commented Dec 8, 2018

chrome-extension: will appear in reports when a Chrome extension attempts to inject a script, iframe, or other content into a page that doesn't explicitly allow the chrome-extension: scheme. If users are complaining that their extensions aren't working on your site, this is why. Oftentimes they're injecting questionable content (e.g., ads or analytics), in which case you may want to deliberately omit this.

moz-extension is the same thing, but for Firefox.

Depending on how the extension works and what browser is being used, about:blank or other about: URLs may appear instead of an extension scheme.

@Zenexer Zenexer changed the title Explained: chrome-extension scheme Explained: extension schemes Dec 8, 2018
@nico3333fr nico3333fr self-assigned this Jan 25, 2019
@nico3333fr
Copy link
Owner

Thanks a lot ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants