From 6a9798c61bd76ca193e6eec71ac7be50f9f2c7b2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 18 May 2024 18:44:39 +0300 Subject: [PATCH] firefox: restore prefetching I accidentally tried it and it's just too significant performance improvement for me to keep disabled. Additionally AdNauseam is making clicks to ads anyway and I think I am still safer than someone who has no tracking protections at all. --- etc/firefox/policies/policies.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 6cf60ee6..f0060811 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -231,7 +231,7 @@ "StartPage": "previous-session", "URL": "about:mozilla" }, - "NetworkPrediction": false, + "NetworkPrediction": true, "NewTabPage": false, "OverrideFirstRunPage": "about:mozilla", "PDFjs": { @@ -417,19 +417,17 @@ "Value": 1 }, "network.http.speculative-parallel-limit": { - "Status": "locked", - "Type": "number", - "Value": 0 + "Status": "clear" }, "network.predictor.enabled": { "Status": "locked", "Type": "boolean", - "Value": false + "Value": true }, "network.prefetch-next": { "Status": "locked", "Type": "boolean", - "Value": false + "Value": true }, "network.trr.disable-ECS": { "Status": "locked",