mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
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.
This commit is contained in:
parent
2351d43020
commit
6a9798c61b
@ -231,7 +231,7 @@
|
|||||||
"StartPage": "previous-session",
|
"StartPage": "previous-session",
|
||||||
"URL": "about:mozilla"
|
"URL": "about:mozilla"
|
||||||
},
|
},
|
||||||
"NetworkPrediction": false,
|
"NetworkPrediction": true,
|
||||||
"NewTabPage": false,
|
"NewTabPage": false,
|
||||||
"OverrideFirstRunPage": "about:mozilla",
|
"OverrideFirstRunPage": "about:mozilla",
|
||||||
"PDFjs": {
|
"PDFjs": {
|
||||||
@ -417,19 +417,17 @@
|
|||||||
"Value": 1
|
"Value": 1
|
||||||
},
|
},
|
||||||
"network.http.speculative-parallel-limit": {
|
"network.http.speculative-parallel-limit": {
|
||||||
"Status": "locked",
|
"Status": "clear"
|
||||||
"Type": "number",
|
|
||||||
"Value": 0
|
|
||||||
},
|
},
|
||||||
"network.predictor.enabled": {
|
"network.predictor.enabled": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": true
|
||||||
},
|
},
|
||||||
"network.prefetch-next": {
|
"network.prefetch-next": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": true
|
||||||
},
|
},
|
||||||
"network.trr.disable-ECS": {
|
"network.trr.disable-ECS": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
Loading…
Reference in New Issue
Block a user