diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 865e93e60..108ad61e3 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -240,6 +240,7 @@ vAPI.browserSettings = { // https://bugzilla.mozilla.org/show_bug.cgi?id=814169 // Sigh. this.rememberOriginalValue('network.http', 'speculative-parallel-limit'); + this.rememberOriginalValue('network.dns', 'disablePrefetch'); // https://github.com/gorhill/uBlock/issues/292 // "true" means "do not disable", i.e. leave entry alone if ( settingVal ) {