This commit is contained in:
gorhill 2016-06-16 10:56:49 -04:00
parent 1cd24380ce
commit fa1dafafbe

View file

@ -245,9 +245,11 @@ vAPI.browserSettings = {
if ( settingVal ) {
this.clear('network', 'prefetch-next');
this.clear('network.http', 'speculative-parallel-limit');
this.clear('network.dns', 'disablePrefetch');
} else {
this.setValue('network', 'prefetch-next', false);
this.setValue('network.http', 'speculative-parallel-limit', 0);
this.setValue('network.dns', 'disablePrefetch', true);
}
break;