-
Notifications
You must be signed in to change notification settings - Fork 13
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
Why does this extension need "Access your data for all websites"? #276
Comments
I tried to convey this with I can probably do better with the one line explanation. What do you think about the following?
|
In the previous proxy implementation, we set the proxy for the whole browser. (the equivalent of setting the proxy manually through With the newest implementation (from 0.9.0), we intercept every request and then decide whether to proxy it based on the domain. Intercepting every request requires the |
Must admit that I am not up to date with permissions these days but is "Access your data for all websites" really needed to access URLs or is there a more limited way of getting that without getting all the rest? If the "Access your data for all websites" permission is really required, I think it needs to be mentioned a bit more clearly why and perhaps also in layman terms what it means. That said, I can also see how that could perhaps trigger concern that isn't warranted due to the fact that I assume that nothing more than accessing the URLs is actually used in the extension. Then of course we have people like me more concerned about finding that that permission was needed without it being clearly mentioned or me understanding why (to begin with). Thanks. |
Yes it is needed. Permissions can be sometimes too broad for the use case, but nothing we can do about it. |
Have tried to find the answer to this by searching but not been able to find it. How come this extension needs access to "Access your data for all websites"? This including usernames and passwords AFAIK makes this a quite sensitive setting.
I also do not see that permission being mentioned here:
The text was updated successfully, but these errors were encountered: