Verified Commit ac1b7f97 authored by Arthur Edelstein's avatar Arthur Edelstein Committed by boklm
Browse files

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.
parent 4a5e0bfd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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