feat: disable speculative connection in address bar

This commit is contained in:
Alex Kontos
2025-07-24 15:13:08 +01:00
parent ea8e999826
commit 32da89cbb7

View File

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