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

lots of mostly permission-related fixes #114

Merged
merged 16 commits into from
Jan 21, 2024
Merged

lots of mostly permission-related fixes #114

merged 16 commits into from
Jan 21, 2024

Conversation

aspiers
Copy link
Member

@aspiers aspiers commented Jan 21, 2024

Also remove the injected HTML.

Fixes #110.

This was never needed; just a remnant from the extension template.
Show them in the console of the background service worker.
Apparently wildcards are needed according to the manifest reference,
even though I thought I previously saw that it wasn't.  More
importantly, webext-dynamic-content-scripts seems to filter out
entries which don't contain '*' or '<all_urls>'.  So add * back in.
Remove duplicates, and reorder a bit.
Turns out that putting only in content_scripts.matches was causing all
kinds of grief.
@aspiers aspiers merged commit 160079f into main Jan 21, 2024
4 checks passed
@aspiers aspiers deleted the dev branch January 21, 2024 15:33
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.

fix webext-domain-permission-toggle
1 participant