mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user