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 MV3 provider injection #3752

Draft
wants to merge 3 commits into
base: redux-redux
Choose a base branch
from

Conversation

hyphenized
Copy link
Contributor

Manifest v3 CSP changes (unsafe-inline) prevent injecting the in-page provider source through a script element. Injection has been moved to a content script so that execution time and context remain consistent. File name was also renamed for clarity.

An additional workaround was added to keep the service worker alive as a safeguard against missing store updates due to termination.

Manifest v3 CSP changes prevent injecting the in-page provider source through
a script element. Injection has been moved to a content script so that
execution time and context remain consistent.
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.

1 participant