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 CORS restrictions on Firefox #29

Open
kevmo314 opened this issue Apr 29, 2023 · 1 comment
Open

Fix CORS restrictions on Firefox #29

kevmo314 opened this issue Apr 29, 2023 · 1 comment

Comments

@kevmo314
Copy link
Owner

For some reason, Firefox seems to be very unhappy with the cross-origin requests out of the background script from the extension. I've posted about this here: https://discourse.mozilla.org/t/bypassing-cors-restrictions-on-background-scripts/113839/2

But I have no idea how to fix this after a few hours of trying different approaches. I don't think we can reliably do the fetch in the content script either.

This appears to be the last remaining issue for Firefox support.

@ajtadeo
Copy link

ajtadeo commented Feb 7, 2024

hello, I am working on a similar project that uses a content script to modify images on a web page. have you found a solution to these CORS errors? i've also not found a way to resolve this problem.

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

No branches or pull requests

2 participants