user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6cb27ca78c01dbd123a3df3a78eed2a228e59cc3
parent c38ae562326b849b1f73335b4fe31cd72eb96255
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 20 Mar 2018 05:47:04 +0000

0351: [setting] info
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -194,7 +194,8 @@ user_pref("datareporting.healthreport.uploadEnabled", false); user_pref("datareporting.policy.dataSubmissionEnabled", false); /* 0350: disable crash reports ***/ 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.crashReports.unsubmittedCheck.enabled", false); // (FF51+) user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)