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