mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-29 08:02:12 +05:30
network.predictor now false
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
* Fastfox *
|
* Fastfox *
|
||||||
* "Non ducor duco" *
|
* "Non ducor duco" *
|
||||||
* priority: speedy browsing *
|
* priority: speedy browsing *
|
||||||
* version: 144 *
|
* version: 146 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
***************************************************************************************/
|
***************************************************************************************/
|
||||||
|
|
||||||
@@ -543,11 +543,11 @@ user_pref("network.prefetch-next", false);
|
|||||||
// [2] https://www.ghacks.net/2014/05/11/seer-disable-firefox/
|
// [2] https://www.ghacks.net/2014/05/11/seer-disable-firefox/
|
||||||
// [3] https://github.com/dillbyrne/random-agent-spoofer/issues/238#issuecomment-110214518
|
// [3] https://github.com/dillbyrne/random-agent-spoofer/issues/238#issuecomment-110214518
|
||||||
// [4] https://www.igvita.com/posa/high-performance-networking-in-google-chrome/#predictor
|
// [4] https://www.igvita.com/posa/high-performance-networking-in-google-chrome/#predictor
|
||||||
user_pref("network.predictor.enabled", false);
|
//user_pref("network.predictor.enabled", false); // [DEFAULT: false FF144+]
|
||||||
|
|
||||||
// PREF: Network Predictor fetch for resources ahead of time
|
// PREF: Network Predictor fetch for resources ahead of time
|
||||||
// Prefetch page resources based on past user behavior.
|
// Prefetch page resources based on past user behavior.
|
||||||
//user_pref("network.predictor.enable-prefetch", false); // DEFAULT
|
//user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
|
||||||
|
|
||||||
// PREF: make Network Predictor active when hovering over links
|
// PREF: make Network Predictor active when hovering over links
|
||||||
// When hovering over links, Network Predictor uses past resource history to
|
// When hovering over links, Network Predictor uses past resource history to
|
||||||
|
|||||||
Reference in New Issue
Block a user