[tbb-bugs] #23392 [Applications/Tor Browser]: Disable preloading of URLs in ESR59 since it's useless in Tor Browser context
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Sep 4 07:40:28 UTC 2017
#23392: Disable preloading of URLs in ESR59 since it's useless in Tor Browser
context
--------------------------------------+-----------------------------------
Reporter: cypherpunks | Owner: tbb-team
Type: defect | Status: needs_information
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: ff59-esr | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+-----------------------------------
Changes (by gk):
* status: new => needs_information
Comment:
That should already be disabled in Tor Browser as we ship it, no?
{{{
+ // We shouldn't leak autocomplete result in the private
context.
+ if
(!Services.prefs.getBoolPref("browser.urlbar.speculativeConnect.enabled")
||
+ this.input.inPrivateContext) {
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23392#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list