firefox: disable prediction/prefetching

Interestingly the policy didn't seem to touch the two preferences
This commit is contained in:
Aminda Suomalainen 2024-05-14 09:25:17 +03:00
parent 88c391fd04
commit 82bcaa0d80
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 11 additions and 0 deletions

View File

@ -205,6 +205,7 @@
"StartPage": "previous-session",
"URL": "about:mozilla"
},
"NetworkPrediction": false,
"OverrideFirstRunPage": "about:mozilla",
"PDFjs": {
"EnablePermissions": false,
@ -216,6 +217,16 @@
"Type": "string",
"Value": ""
},
"network.predictor.enabled": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"network.prefetch-next": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"pdfjs.enableScripting": {
"Status": "locked",
"Type": "boolean",