Skip to content
Snippets Groups Projects
Commit d78339dc authored by Arthur Edelstein's avatar Arthur Edelstein Committed by Pier Angelo Vendrame
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 898b7925
Branches
Tags
1 merge request!1505BB/TB 43416: Rebased onto 135.0a1
......@@ -86,6 +86,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