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

#1931: Don't display overlapping permissions in the options page #2778

Merged
merged 2 commits into from
Feb 19, 2022

Conversation

fregante
Copy link
Contributor

@fregante fregante commented Feb 19, 2022

Before

Screen Shot 20

After

Screen Shot 19

Nota bene

While at first sight this may seem that the user can no longer remove the permission from specific hosts, this was never possible. Dropping an overlapping permission has always been a meaningless operation: *://*/* will still cover every website, whether explicitly in the list or not.

@fregante fregante marked this pull request as ready for review February 19, 2022 12:07
@twschiller twschiller added this to the 1.5.5 milestone Feb 19, 2022
@twschiller twschiller self-requested a review February 19, 2022 14:55
@twschiller twschiller merged commit e4edd25 into main Feb 19, 2022
@twschiller twschiller deleted the F/feature/overlapping-permissions branch February 19, 2022 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Revoking the permission *://*/* drops *all* additional permissions
2 participants