mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-07 00:35:06 -04:00
0606 some default info
This commit is contained in:
parent
6ed3581cb0
commit
fd10c35049
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -453,7 +453,7 @@ user_pref("network.http.speculative-parallel-limit", 0);
|
|||
/* 0606: disable pings (but enforce same host in case)
|
||||
* [1] http://kb.mozillazine.org/Browser.send_pings
|
||||
* [2] http://kb.mozillazine.org/Browser.send_pings.require_same_host ***/
|
||||
user_pref("browser.send_pings", false);
|
||||
user_pref("browser.send_pings", false); // [DEFAULT: false]
|
||||
user_pref("browser.send_pings.require_same_host", true);
|
||||
/* 0608: disable predictor / prefetching [FF48+] ***/
|
||||
user_pref("network.predictor.enable-prefetch", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue