mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 01:54:15 +01:00
firefox: disable prediction/prefetching
Interestingly the policy didn't seem to touch the two preferences
This commit is contained in:
parent
88c391fd04
commit
82bcaa0d80
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user