mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-01 16:17:54 +01:00
Compare commits
3 Commits
2a8484d4ea
...
628def5632
| Author | SHA1 | Date | |
|---|---|---|---|
| 628def5632 | |||
| 8c517cfd43 | |||
| 55205dcb02 |
@ -58,7 +58,7 @@ lockPref(
|
|||||||
lockPref("image.animation_mode", "once");
|
lockPref("image.animation_mode", "once");
|
||||||
|
|
||||||
// Spoof en-US as language to scripts
|
// Spoof en-US as language to scripts
|
||||||
lockPref("javascript.use_us_english_locale", true);
|
lockPref("privacy.spoof_english", 2);
|
||||||
|
|
||||||
// More tunable privacy.resistfingerprinting.
|
// More tunable privacy.resistfingerprinting.
|
||||||
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
||||||
|
|||||||
@ -973,12 +973,6 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"geo.provider.use_gpsd": {
|
|
||||||
"Comment": "My geoclue should be using gpsd already.",
|
|
||||||
"Status": "locked",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": false
|
|
||||||
},
|
|
||||||
"gfx.webrender.all": {
|
"gfx.webrender.all": {
|
||||||
"Comment": "Enable fission, site separation per process, security",
|
"Comment": "Enable fission, site separation per process, security",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
@ -1015,12 +1009,6 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"javascript.use_us_english_locale": {
|
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
|
||||||
"Status": "user",
|
|
||||||
"Type": "boolean",
|
|
||||||
"Value": true
|
|
||||||
},
|
|
||||||
"layout.css.always_underline_links": {
|
"layout.css.always_underline_links": {
|
||||||
"Comment": "Underscore links by default, disabling allowed",
|
"Comment": "Underscore links by default, disabling allowed",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
@ -1182,6 +1170,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
|
"privacy.spoof_english": {
|
||||||
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "number",
|
||||||
|
"Value": 2
|
||||||
|
},
|
||||||
"privacy.userContext.enabled": {
|
"privacy.userContext.enabled": {
|
||||||
"Comment": "Tab containers",
|
"Comment": "Tab containers",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
|||||||
@ -30,7 +30,7 @@ ExecStart=/home/linuxbrew/.linuxbrew/bin/ipfs daemon --routing=dht --enable-gc -
|
|||||||
# --enable-namesys-pubsub - real time previously cached ipns updates
|
# --enable-namesys-pubsub - real time previously cached ipns updates
|
||||||
#
|
#
|
||||||
# My specific config:
|
# My specific config:
|
||||||
# ipfs config Reprovider.Strategy pinned - advertise only pinned files
|
# ipfs config Provide.Strategy "pinned+mfs" - advertise only pinned files
|
||||||
# to the network to reduce connections instead of also cached content
|
# to the network to reduce connections instead of also cached content
|
||||||
# (which they will still be able to download, see ipfs/go-ipfs#4145)
|
# (which they will still be able to download, see ipfs/go-ipfs#4145)
|
||||||
# ipfs config Swarm.ConnMgr.GracePeriod 1s - to get rid of excess
|
# ipfs config Swarm.ConnMgr.GracePeriod 1s - to get rid of excess
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user