-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Geolocation prompt is not blocked on Tor Windows #1353
Geolocation prompt is not blocked on Tor Windows #1353
Comments
For me a prompt is expected. |
I'm aware that |
I'd like for a real threat to be determined precisely, or at least explained before we pull it up from the backlog. |
Talked about it on Slack, BrianJ mentioned that it uses the system request context for the request, so it doesn't use Tor currently. Moved to 1.0 |
For parity with browser-laptop it would be prudent to err on the side of blocking this, but as long as the geolocation query doesn't go through without explicit permission I don't think we need to make this a release blocker. If this hasn't been addressed by then, I will take a closer look at this next week when I get back from the Tor meeting to make sure that a mere geolocation request from the site (navigator.geolocation.getCurrentPosition -- any other vectors I'm missing?) can't trigger leaks in the browser. |
Correction: on discussion with yan, I realize it is imprudent to allow the browser to perform geolocation queries without a clearer message that the geolocation is determined by a non-Tor connection, if such a message can be usefully conveyed at all. So this should remain a release blocker. |
QA note: test plan specified in brave/brave-core#571 |
@yrliou Reverted and reopened due to build problem on Windows:
|
Verification Passed on
Verified passed with
Verification Passed on
|
Description
Geolocation prompt is not blocked on Tor Windows
Steps to Reproduce
Actual result:
Expected result:
Location prompt should be blocked by default on Tor tabs/Windows
Reproduces how often:
Easy
Brave version (chrome://version info)
Reproducible on current release:
B-l blocks the request by default
Website problems only:
Additional Information
cc: @diracdeltas @tomlowenthal to change blocking label if required and change milestone
The text was updated successfully, but these errors were encountered: