1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

restore network.dns.disablePrefetch when uncheck option (#1822)

This commit is contained in:
YFdyh000 2016-07-18 18:06:42 +08:00 committed by Raymond Hill
parent 6895e6c7f9
commit cdabab7da5

View File

@ -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 ) {