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

Make permissions optional #4

Closed
dylanPowers opened this issue Mar 21, 2015 · 0 comments
Closed

Make permissions optional #4

dylanPowers opened this issue Mar 21, 2015 · 0 comments

Comments

@dylanPowers
Copy link
Owner

This was thoroughly pursued, but unfortunately Chrome's extension api isn't what it seems when it comes to optional permissions. Optional permissions require user interaction to enable and must be re-enabled upon every browser restart and app upgrade. It's very short sighted on the part of the Chrome developers because that means I can't have you, the user, enable a permission in the options prompt and be merry on our way. In order to use Chrome's optional permissions with this app as it's currently implemented in Chrome, you, the user, would be required to either
a) Visit the options prompt for the app every time your browser was opened to re-enable the options, or
b) Have a little pop-up on the url bar that you'd have to remember to click to grant permissions.
But why? I ask. That's an extra step/button you'd be constantly stuck clicking when you shouldn't have to. What if all your extensions did this? And that is why we can't have nice things.

So alas, sorry tin foil hatters, you're stuck with this extension having access to all urls. DEAL WIT IT!

For when Chrome improves, the relevant work can be found in the branch optional at the git hash 6808eba
Relevant Chrome issue: https://code.google.com/p/chromium/issues/detail?id=125706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant