mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	prefs update
`browser.storageManager.enabled` -- removed in FF61 (1428306) `security.csp.experimentalEnabled` -- removed in FF68 (1386214) `gfx.downloadable_fonts.woff2.enabled` -- removed in FF69 (1556991) `plugin.sessionPermissionNow.intervalInMinutes` -- removed in FF70 (1581664) `plugin.defaultXpi.state` -- removed in FF72 (1596090) `geo.wifi.uri` -- renamed to `geo.provider.network.url` in FF74 (1613627) `browser.tabs.remote.allowLinkedWebInFileUriProcess` -- removed in FF77 (1603007)
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/*** arkenfox user.js troubleshooter.js v1.6.2 ***/
 | 
					/*** arkenfox user.js troubleshooter.js v1.6.3 ***/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(function() {
 | 
					(function() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -18,7 +18,6 @@
 | 
				
			|||||||
    /* Storage + Cache */
 | 
					    /* Storage + Cache */
 | 
				
			||||||
    'browser.cache.offline.enable',
 | 
					    'browser.cache.offline.enable',
 | 
				
			||||||
    'dom.storage.enabled',
 | 
					    'dom.storage.enabled',
 | 
				
			||||||
    'browser.storageManager.enabled',
 | 
					 | 
				
			||||||
    'dom.storageManager.enabled',
 | 
					    'dom.storageManager.enabled',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Workers, Web + Push Notifications */
 | 
					    /* Workers, Web + Push Notifications */
 | 
				
			||||||
@@ -33,7 +32,6 @@
 | 
				
			|||||||
    /* Fonts */
 | 
					    /* Fonts */
 | 
				
			||||||
    'browser.display.use_document_fonts',
 | 
					    'browser.display.use_document_fonts',
 | 
				
			||||||
    'font.blacklist.underline_offset',
 | 
					    'font.blacklist.underline_offset',
 | 
				
			||||||
    'gfx.downloadable_fonts.woff2.enabled',
 | 
					 | 
				
			||||||
    'gfx.font_rendering.graphite.enabled',
 | 
					    'gfx.font_rendering.graphite.enabled',
 | 
				
			||||||
    'gfx.font_rendering.opentype_svg.enabled',
 | 
					    'gfx.font_rendering.opentype_svg.enabled',
 | 
				
			||||||
    'layout.css.font-loading-api.enabled',
 | 
					    'layout.css.font-loading-api.enabled',
 | 
				
			||||||
@@ -46,12 +44,10 @@
 | 
				
			|||||||
    'dom.IntersectionObserver.enabled',
 | 
					    'dom.IntersectionObserver.enabled',
 | 
				
			||||||
    'dom.popup_allowed_events',
 | 
					    'dom.popup_allowed_events',
 | 
				
			||||||
    'full-screen-api.enabled',
 | 
					    'full-screen-api.enabled',
 | 
				
			||||||
    'geo.wifi.uri',
 | 
					 | 
				
			||||||
    'intl.accept_languages',
 | 
					    'intl.accept_languages',
 | 
				
			||||||
    'javascript.options.asmjs',
 | 
					    'javascript.options.asmjs',
 | 
				
			||||||
    'javascript.options.wasm',
 | 
					    'javascript.options.wasm',
 | 
				
			||||||
    'permissions.default.shortcuts',
 | 
					    'permissions.default.shortcuts',
 | 
				
			||||||
    'security.csp.experimentalEnabled',
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Hardware */
 | 
					    /* Hardware */
 | 
				
			||||||
    'dom.vr.enabled',
 | 
					    'dom.vr.enabled',
 | 
				
			||||||
@@ -87,13 +83,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /* Plugins + Flash */
 | 
					    /* Plugins + Flash */
 | 
				
			||||||
    'plugin.default.state',
 | 
					    'plugin.default.state',
 | 
				
			||||||
    'plugin.defaultXpi.state',
 | 
					 | 
				
			||||||
    'plugin.sessionPermissionNow.intervalInMinutes',
 | 
					 | 
				
			||||||
    'plugin.state.flash',
 | 
					    'plugin.state.flash',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* unlikely to cause problems */
 | 
					    /* unlikely to cause problems */
 | 
				
			||||||
    'browser.tabs.remote.allowLinkedWebInFileUriProcess',
 | 
					 | 
				
			||||||
    'dom.popup_maximum',
 | 
					    'dom.popup_maximum',
 | 
				
			||||||
 | 
					    'geo.provider.network.url'
 | 
				
			||||||
    'layout.css.visited_links_enabled',
 | 
					    'layout.css.visited_links_enabled',
 | 
				
			||||||
    'mathml.disabled',
 | 
					    'mathml.disabled',
 | 
				
			||||||
    'network.auth.subresource-http-auth-allow',
 | 
					    'network.auth.subresource-http-auth-allow',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user