mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
[Basilisk] Clean up an unused pref. Remove link to mozilla site from crash reporter
This commit is contained in:
parent
6c88624503
commit
23ef0c81f7
1 changed files with 1 additions and 8 deletions
|
|
@ -869,8 +869,7 @@ pref("browser.zoom.updateBackgroundTabs", true);
|
||||||
pref("breakpad.reportURL", "");
|
pref("breakpad.reportURL", "");
|
||||||
|
|
||||||
// URL for "Learn More" for Crash Reporter
|
// URL for "Learn More" for Crash Reporter
|
||||||
pref("toolkit.crashreporter.infoURL",
|
pref("toolkit.crashreporter.infoURL", "");
|
||||||
"https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter");
|
|
||||||
|
|
||||||
// base URL for web-based support pages
|
// base URL for web-based support pages
|
||||||
pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
|
pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
|
||||||
|
|
@ -1333,12 +1332,6 @@ pref("browser.crashReports.unsubmittedCheck.enabled", false);
|
||||||
pref("browser.crashReports.unsubmittedCheck.chancesUntilSuppress", 4);
|
pref("browser.crashReports.unsubmittedCheck.chancesUntilSuppress", 4);
|
||||||
pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
|
pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
|
||||||
|
|
||||||
#ifdef NIGHTLY_BUILD
|
|
||||||
// Enable the (fairly costly) client/server validation on nightly only. The other prefs
|
|
||||||
// controlling validation are located in /services/sync/services-sync.js
|
|
||||||
pref("services.sync.validation.enabled", true);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// When a user cancels this number of authentication dialogs coming from
|
// When a user cancels this number of authentication dialogs coming from
|
||||||
// a single web page (eTLD+1) in a row, all following authentication dialogs
|
// a single web page (eTLD+1) in a row, all following authentication dialogs
|
||||||
// will be blocked (automatically canceled) for that page.
|
// will be blocked (automatically canceled) for that page.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue