mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
[Basilisk] Issue MoonchildProductions/UXP#1319 - Remove uses of EARLY_BETA_OR_EARLIER in application prefs
This commit is contained in:
parent
9f19a67fcb
commit
d304c796b0
1 changed files with 0 additions and 8 deletions
|
|
@ -1322,10 +1322,6 @@ pref("signon.schemeUpgrades", true);
|
|||
#if defined(NIGHTLY_BUILD)
|
||||
pref("print.use_simplify_page", true);
|
||||
#endif
|
||||
#else
|
||||
#if defined(EARLY_BETA_OR_EARLIER)
|
||||
pref("print.use_simplify_page", true);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Space separated list of URLS that are allowed to send objects (instead of
|
||||
|
|
@ -1335,11 +1331,7 @@ pref("webchannel.allowObject.urlWhitelist", "https://accounts.firefox.com https:
|
|||
// Whether or not the browser should scan for unsubmitted
|
||||
// crash reports, and then show a notification for submitting
|
||||
// those reports.
|
||||
#ifdef EARLY_BETA_OR_EARLIER
|
||||
pref("browser.crashReports.unsubmittedCheck.enabled", true);
|
||||
#else
|
||||
pref("browser.crashReports.unsubmittedCheck.enabled", false);
|
||||
#endif
|
||||
|
||||
// chancesUntilSuppress is how many times we'll show the unsubmitted
|
||||
// crash report notification across different days and shutdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue