mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 11:27:38 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			2a8484d4ea
			...
			628def5632
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 628def5632 | |||
| 8c517cfd43 | |||
| 55205dcb02 | 
@ -58,7 +58,7 @@ lockPref(
 | 
			
		||||
lockPref("image.animation_mode", "once");
 | 
			
		||||
 | 
			
		||||
// Spoof en-US as language to scripts
 | 
			
		||||
lockPref("javascript.use_us_english_locale", true);
 | 
			
		||||
lockPref("privacy.spoof_english", 2);
 | 
			
		||||
 | 
			
		||||
// More tunable privacy.resistfingerprinting.
 | 
			
		||||
// Refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
 | 
			
		||||
 | 
			
		||||
@ -973,12 +973,6 @@
 | 
			
		||||
				"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",
 | 
			
		||||
@ -1015,12 +1009,6 @@
 | 
			
		||||
				"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",
 | 
			
		||||
@ -1182,6 +1170,12 @@
 | 
			
		||||
				"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 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
 | 
			
		||||
#   (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