mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-22 16:50:38 +01:00
{chromium,firefox}: disable prefetching
This commit is contained in:
parent
3dfa4fe705
commit
7aecc9c5a4
@ -108,7 +108,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"prefetchingDisabled",
|
"prefetchingDisabled",
|
||||||
"false"
|
"true"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -696,24 +696,6 @@
|
|||||||
"network.http.referer.defaultPolicy": {
|
"network.http.referer.defaultPolicy": {
|
||||||
"Status": "clear"
|
"Status": "clear"
|
||||||
},
|
},
|
||||||
"network.http.speculative-parallel-limit": {
|
|
||||||
"Status": "clear"
|
|
||||||
},
|
|
||||||
"network.predictor.enable-prefetch": {
|
|
||||||
"Status": "locked",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
"network.predictor.enabled": {
|
|
||||||
"Status": "locked",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
"network.prefetch-next": {
|
|
||||||
"Status": "locked",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
"network.trr.disable-ECS": {
|
"network.trr.disable-ECS": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
- [`fix-edge-search.json`](#fix-edge-searchjson)
|
- [`fix-edge-search.json`](#fix-edge-searchjson)
|
||||||
- [`generative-ai.json`](#generative-aijson)
|
- [`generative-ai.json`](#generative-aijson)
|
||||||
- [`https-everywhere.json`](#https-everywherejson)
|
- [`https-everywhere.json`](#https-everywherejson)
|
||||||
- [`prefetch.json`](#prefetchjson)
|
|
||||||
- [`profilemanager.json`](#profilemanagerjson)
|
- [`profilemanager.json`](#profilemanagerjson)
|
||||||
- [`README.md`](#readmemd)
|
- [`README.md`](#readmemd)
|
||||||
|
|
||||||
@ -331,12 +330,6 @@ This file evolved to merge another one, so now it:
|
|||||||
- Forces HTTPS-only mode to be enabled.
|
- Forces HTTPS-only mode to be enabled.
|
||||||
- Attempts to upgrade `http://` queries to `https://`
|
- Attempts to upgrade `http://` queries to `https://`
|
||||||
|
|
||||||
## `prefetch.json`
|
|
||||||
|
|
||||||
Enables prefetching. Will make sites very speedy, but decreases privacy and
|
|
||||||
may conflict with uBlock Origin. However AdNauseam is already clicking those
|
|
||||||
ads, so maybe it's not that big of an issue.
|
|
||||||
|
|
||||||
## `profilemanager.json`
|
## `profilemanager.json`
|
||||||
|
|
||||||
Forces the profile screen even with only one profile. I love the feature in
|
Forces the profile screen even with only one profile. I love the feature in
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"prefetchingDisabled",
|
"prefetchingDisabled",
|
||||||
"false"
|
"true"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -264,5 +264,6 @@
|
|||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"NetworkPredictionOptions": 2,
|
||||||
"PasswordManagerEnabled": false
|
"PasswordManagerEnabled": false
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
{
|
{}
|
||||||
"NetworkPredictionOptions": 0
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user