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

Firefox support #1

Closed
fregante opened this issue Jan 20, 2024 · 1 comment · Fixed by #4
Closed

Firefox support #1

fregante opened this issue Jan 20, 2024 · 1 comment · Fixed by #4
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fregante
Copy link
Owner

fregante commented Jan 20, 2024

Impossible due to w3c/webextensions#170 (comment)

I might have to do this via page on web server, but that means it won't work offline.

More ideas might come by reading w3c/webextensions#259 (comment)

Maybe executeScript + matchAboutBlank?

Maybe window.open() is fine in MV2 Firefox?

@fregante
Copy link
Owner Author

fregante commented Jun 5, 2024

I might have to do this via page on web server

It's the only way that doesn't require additional files because programmatically opening data: URIs is just not allowed in Firefox: https://blog.mozilla.org/security/2017/11/27/blocking-top-level-navigations-data-urls-firefox-59/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant