-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Safari support: every host permission is reported as "additional" #1
Comments
Figured it out: Safari’s permissions are stored as |
Technically the current situation is correct. The correct solution is to change the Testing needed Edit: testing is hard, but I'm confident that prepending |
I’ll implement loose host matching with an option, so only the domain is considered when comparing permissions and nothing else. |
Also to track for Safari support: |
If you requested an extended permission of a domain already in the manifest, it would be considered a whole new "domain". This was due to fregante/webext-permissions#1
This appears to be the case from initial trials. Further testing needed.
The text was updated successfully, but these errors were encountered: