mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	0351: [setting] info
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c38ae56232
						
					
				
				
					commit
					6cb27ca78c
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -194,7 +194,8 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
 | 
				
			|||||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
 | 
					user_pref("datareporting.policy.dataSubmissionEnabled", false);
 | 
				
			||||||
/* 0350: disable crash reports ***/
 | 
					/* 0350: disable crash reports ***/
 | 
				
			||||||
user_pref("breakpad.reportURL", "");
 | 
					user_pref("breakpad.reportURL", "");
 | 
				
			||||||
/* 0351: disable sending of crash reports (FF44+) ***/
 | 
					/* 0351: disable sending of crash reports (FF44+)
 | 
				
			||||||
 | 
					 * [SETTING] Options>Privacy & Security/Firefox Data Collection & Use/Allow Firefox to send crash reports ***/
 | 
				
			||||||
user_pref("browser.tabs.crashReporting.sendReport", false);
 | 
					user_pref("browser.tabs.crashReporting.sendReport", false);
 | 
				
			||||||
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // (FF51+)
 | 
					user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // (FF51+)
 | 
				
			||||||
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)
 | 
					user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user