mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
No commits in common. "4c26640ba85ad2eb4f3332042dd22aaa69041db2" and "3dfa4fe705e9c5e689ee500aec5dfbb6c7c5dc7b" have entirely different histories.
4c26640ba8
...
3dfa4fe705
@ -108,7 +108,7 @@
|
||||
],
|
||||
[
|
||||
"prefetchingDisabled",
|
||||
"true"
|
||||
"false"
|
||||
]
|
||||
]
|
||||
},
|
||||
@ -319,7 +319,7 @@
|
||||
"URL": "about:mozilla"
|
||||
},
|
||||
"LegacySameSiteCookieBehaviorEnabled": false,
|
||||
"NetworkPrediction": false,
|
||||
"NetworkPrediction": true,
|
||||
"NewTabPage": false,
|
||||
"OverrideFirstRunPage": "about:mozilla|https://addons.mozilla.org/firefox/addon/noscript/",
|
||||
"PDFjs": {
|
||||
@ -696,6 +696,24 @@
|
||||
"network.http.referer.defaultPolicy": {
|
||||
"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": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
|
@ -44,6 +44,7 @@
|
||||
- [`fix-edge-search.json`](#fix-edge-searchjson)
|
||||
- [`generative-ai.json`](#generative-aijson)
|
||||
- [`https-everywhere.json`](#https-everywherejson)
|
||||
- [`prefetch.json`](#prefetchjson)
|
||||
- [`profilemanager.json`](#profilemanagerjson)
|
||||
- [`README.md`](#readmemd)
|
||||
|
||||
@ -330,6 +331,12 @@ This file evolved to merge another one, so now it:
|
||||
- Forces HTTPS-only mode to be enabled.
|
||||
- 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`
|
||||
|
||||
Forces the profile screen even with only one profile. I love the feature in
|
||||
|
@ -68,7 +68,7 @@
|
||||
],
|
||||
[
|
||||
"prefetchingDisabled",
|
||||
"true"
|
||||
"false"
|
||||
]
|
||||
]
|
||||
},
|
||||
@ -264,6 +264,5 @@
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
},
|
||||
"NetworkPredictionOptions": 2,
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
||||
|
@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"NetworkPredictionOptions": 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user