Skip to content
Snippets Groups Projects
Commit 04b989b6 authored by Arthur Edelstein's avatar Arthur Edelstein Committed by Beatriz Rizental
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 7b4ed8f8
Branches
Tags
1 merge request!1527Bug 43808: Rebase 128.10.1 onto 128.11
......@@ -76,6 +76,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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment