0351: move *autoSubmit to deprecated
https://github.com/ghacksuserjs/ghacks-user.js/issues/302#issuecomment-359245047
This commit is contained in:
parent
13550d18a1
commit
299a03663f
6
user.js
6
user.js
@ -183,7 +183,6 @@ user_pref("breakpad.reportURL", "");
|
|||||||
/* 0351: disable sending of crash reports (FF44+) ***/
|
/* 0351: disable sending of crash reports (FF44+) ***/
|
||||||
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.autoSubmit2", false); // (FF58+)
|
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); // (FF58+)
|
||||||
/* 0370: disable "Snippets" (Mozilla content shown on about:home screen)
|
/* 0370: disable "Snippets" (Mozilla content shown on about:home screen)
|
||||||
* [1] https://wiki.mozilla.org/Firefox/Projects/Firefox_Start/Snippet_Service ***/
|
* [1] https://wiki.mozilla.org/Firefox/Projects/Firefox_Start/Snippet_Service ***/
|
||||||
@ -2039,6 +2038,11 @@ user_pref("browser.casting.enabled", false);
|
|||||||
// [-] https://bugzilla.mozilla.org/1401238
|
// [-] https://bugzilla.mozilla.org/1401238
|
||||||
user_pref("browser.bookmarks.showRecentlyBookmarked", false);
|
user_pref("browser.bookmarks.showRecentlyBookmarked", false);
|
||||||
// ***/
|
// ***/
|
||||||
|
/* FF58
|
||||||
|
// 0351: disable sending of crash reports - replaced by *.autoSubmit2
|
||||||
|
// [-] https://bugzilla.mozilla.org/1424373
|
||||||
|
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); // (FF51-57)
|
||||||
|
// ***/
|
||||||
/* FF59
|
/* FF59
|
||||||
// 0203: disable using OS locale, force APP locale - replaced by intl.locale.requested
|
// 0203: disable using OS locale, force APP locale - replaced by intl.locale.requested
|
||||||
// [-] https://bugzilla.mozilla.org/1414390
|
// [-] https://bugzilla.mozilla.org/1414390
|
||||||
|
Loading…
x
Reference in New Issue
Block a user