mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	fix syntax errors in user.js
This commit is contained in:
		
							parent
							
								
									9210a5f99c
								
							
						
					
					
						commit
						afda5cf53f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								user.js
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								user.js
									
										
									
									
									
								
							|  | @ -103,9 +103,9 @@ user_pref("security.OCSP.enabled", 0); | ||||||
| user_pref("security.OCSP.require", false); | user_pref("security.OCSP.require", false); | ||||||
| user_pref("browser.discovery.containers.enabled", false); | user_pref("browser.discovery.containers.enabled", false); | ||||||
| user_pref("browser.discovery.enabled", false); | user_pref("browser.discovery.enabled", false); | ||||||
| user_pref("browser.discovery.sites", "http://127.0.0.1/") | user_pref("browser.discovery.sites", "http://127.0.0.1/"); | ||||||
| user_pref("services.sync.prefs.sync.browser.startup.homepage", false); | user_pref("services.sync.prefs.sync.browser.startup.homepage", false); | ||||||
| user_pref("browser.contentblocking.report.monitor.home_page_url", "http://127.0.0.1/") | user_pref("browser.contentblocking.report.monitor.home_page_url", "http://127.0.0.1/"); | ||||||
| user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false); | user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false); | ||||||
| user_pref("browser.safebrowsing.enabled", false); | user_pref("browser.safebrowsing.enabled", false); | ||||||
| user_pref("browser.safebrowsing.downloads.remote.enabled", false); | user_pref("browser.safebrowsing.downloads.remote.enabled", false); | ||||||
|  | @ -382,7 +382,7 @@ user_pref("browser.newtabpage.activity-stream.showTopSites",false); | ||||||
| user_pref("browser.newtabpage.activity-stream.feeds.section.topstories",false); | user_pref("browser.newtabpage.activity-stream.feeds.section.topstories",false); | ||||||
| user_pref("browser.newtabpage.activity-stream.feeds.snippets",false); | user_pref("browser.newtabpage.activity-stream.feeds.snippets",false); | ||||||
| user_pref("browser.newtabpage.activity-stream.disableSnippets", true); | user_pref("browser.newtabpage.activity-stream.disableSnippets", true); | ||||||
| user_user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", ""); | user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", ""); | ||||||
| 
 | 
 | ||||||
| // Enable xrender
 | // Enable xrender
 | ||||||
| user_pref("gfx.xrender.enabled",true); | user_pref("gfx.xrender.enabled",true); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue