Replies: 1 comment 1 reply
-
History permission now optional in version 1.6.9 (uploaded to AMO, awaiting approval). Also downloads permission no longer required. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking through the code, it seems like the
browser.history
API is only used for the "add blocked page to browser history" option. The history permission looks a little scary, and isn't really clear why it's necessary when it's being installed (see below). Since this option is disabled by default, would it be possible to make this permission optional?Proposal:
permissions
tooptional_permissions
This makes it really easy for the user to understand why the permission is needed, and makes them more likely to install the app since it requires fewer permissions!
Current "scary" permission:


Beta Was this translation helpful? Give feedback.
All reactions