1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-25 17:36:13 +02:00

0603: network.predictor.enable-prefetch

make active for Nighty users - see https://bugzilla.mozilla.org/show_bug.cgi?id=1506194
This commit is contained in:
Thorin-Oakenpants 2021-11-30 13:29:19 +00:00 committed by GitHub
parent c2ddfd60bf
commit 4dc5372257
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,7 @@ user_pref("network.dns.disablePrefetch", true);
// user_pref("network.dns.disablePrefetchFromHTTPS", true); // [DEFAULT: true]
/* 0603: disable predictor / prefetching ***/
user_pref("network.predictor.enabled", false);
// user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
/* 0604: disable link-mouseover opening connection to linked server
* [1] https://news.slashdot.org/story/15/08/14/2321202/how-to-quash-firefoxs-silent-requests ***/
user_pref("network.http.speculative-parallel-limit", 0);