mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
restore network.dns.disablePrefetch when uncheck option (#1822)
This commit is contained in:
parent
6895e6c7f9
commit
cdabab7da5
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ vAPI.browserSettings = {
|
||||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=814169
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=814169
|
||||||
// Sigh.
|
// Sigh.
|
||||||
this.rememberOriginalValue('network.http', 'speculative-parallel-limit');
|
this.rememberOriginalValue('network.http', 'speculative-parallel-limit');
|
||||||
|
this.rememberOriginalValue('network.dns', 'disablePrefetch');
|
||||||
// https://github.com/gorhill/uBlock/issues/292
|
// https://github.com/gorhill/uBlock/issues/292
|
||||||
// "true" means "do not disable", i.e. leave entry alone
|
// "true" means "do not disable", i.e. leave entry alone
|
||||||
if ( settingVal ) {
|
if ( settingVal ) {
|
||||||
|
|
Loading…
Reference in a new issue