mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-04 19:37:27 +01:00
Compare commits
No commits in common. "628def5632bfd3c6b6d27251f758b69460190fde" and "2a8484d4eafdd3adeed12a12c0b2a0267bd01793" have entirely different histories.
628def5632
...
2a8484d4ea
@ -58,7 +58,7 @@ lockPref(
|
||||
lockPref("image.animation_mode", "once");
|
||||
|
||||
// Spoof en-US as language to scripts
|
||||
lockPref("privacy.spoof_english", 2);
|
||||
lockPref("javascript.use_us_english_locale", true);
|
||||
|
||||
// More tunable privacy.resistfingerprinting.
|
||||
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
||||
|
||||
@ -973,6 +973,12 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"geo.provider.use_gpsd": {
|
||||
"Comment": "My geoclue should be using gpsd already.",
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"gfx.webrender.all": {
|
||||
"Comment": "Enable fission, site separation per process, security",
|
||||
"Status": "locked",
|
||||
@ -1009,6 +1015,12 @@
|
||||
"Type": "boolean",
|
||||
"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": {
|
||||
"Comment": "Underscore links by default, disabling allowed",
|
||||
"Status": "default",
|
||||
@ -1170,12 +1182,6 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"privacy.spoof_english": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "user",
|
||||
"Type": "number",
|
||||
"Value": 2
|
||||
},
|
||||
"privacy.userContext.enabled": {
|
||||
"Comment": "Tab containers",
|
||||
"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
|
||||
#
|
||||
# My specific config:
|
||||
# ipfs config Provide.Strategy "pinned+mfs" - advertise only pinned files
|
||||
# ipfs config Reprovider.Strategy pinned - advertise only pinned files
|
||||
# to the network to reduce connections instead of also cached content
|
||||
# (which they will still be able to download, see ipfs/go-ipfs#4145)
|
||||
# ipfs config Swarm.ConnMgr.GracePeriod 1s - to get rid of excess
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user