mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	pbmode insecure text/icon
see `1273` - we already make **all** windows do this (which overrides the pb mode setting), and these were inactive - in FF70+ the icon pref (for PB mode and all windows) is now default true
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							539750d2f2
						
					
				
				
					commit
					67eec9c85c
				
			@@ -1,7 +1,7 @@
 | 
			
		||||
/***
 | 
			
		||||
 This will reset the preferences that have been removed completely from the ghacks user.js.
 | 
			
		||||
 | 
			
		||||
 Last updated: 15-October-2019
 | 
			
		||||
 Last updated: 27-October-2019
 | 
			
		||||
 | 
			
		||||
 For instructions see:
 | 
			
		||||
 https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
 | 
			
		||||
@@ -204,13 +204,15 @@
 | 
			
		||||
    /* 70-beta */
 | 
			
		||||
    'browser.cache.disk_cache_ssl',
 | 
			
		||||
    'browser.sessionhistory.max_entries',
 | 
			
		||||
    'dom.push.connection.enabled',
 | 
			
		||||
    'dom.push.serverURL',
 | 
			
		||||
    'extensions.getAddons.discovery.api_url',
 | 
			
		||||
    'extensions.htmlaboutaddons.discover.enabled',
 | 
			
		||||
    'extensions.webservice.discoverURL',
 | 
			
		||||
    'intl.locale.requested',
 | 
			
		||||
    'intl.regional_prefs.use_os_locales',
 | 
			
		||||
    'dom.push.connection.enabled',
 | 
			
		||||
    'dom.push.serverURL',
 | 
			
		||||
    'security.insecure_connection_icon.pbmode.enabled',
 | 
			
		||||
    'security.insecure_connection_text.pbmode.enabled',
 | 
			
		||||
    'webgl.dxgl.enabled',
 | 
			
		||||
    /* reset parrot: check your open about:config after running the script */
 | 
			
		||||
    '_user.js.parrot'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user