tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 90b262c2dc5515c9153e0f681a560f4e7cbee503
parent 4cb2ef62c4b884377bac1b4c1f5633b69dba843d
Author: Arthur Edelstein <arthuredelstein@gmail.com>
Date:   Sat, 14 Jul 2018 08:50:55 -0700

BB 26353: Prevent speculative connect that violated FPI.

Connections were observed in the catch-all circuit when
the user entered an https or http URL in the URL bar, or
typed a search term.

Diffstat:
Mtoolkit/components/remotebrowserutils/RemoteWebNavigation.sys.mjs | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/toolkit/components/remotebrowserutils/RemoteWebNavigation.sys.mjs b/toolkit/components/remotebrowserutils/RemoteWebNavigation.sys.mjs @@ -99,6 +99,9 @@ export class RemoteWebNavigation { } _speculativeConnect(uri, loadURIOptions) { + return; + + /* eslint-disable-next-line no-unreachable */ try { // Let's start a network connection before the content process asks. // Note that we might have already set up the speculative connection in