summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-28 11:24:38 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-28 11:24:38 -0500
commitdd9d355adcd85c90748aac414c2600abcc7566d2 (patch)
treed8907d8023140d004877aa2ee0605cac4f9118c7
parentd1523e6fbaf45302ab2a42465f3f78f5f2e264a4 (diff)
downloadbasilisk-dd9d355adcd85c90748aac414c2600abcc7566d2.tar.gz
Issue MoonchildProductions/UXP#1319 - Remove uses of EARLY_BETA_OR_EARLIER in application prefs
-rw-r--r--basilisk/app/profile/basilisk.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/basilisk/app/profile/basilisk.js b/basilisk/app/profile/basilisk.js
index f431275..4d98887 100644
--- a/basilisk/app/profile/basilisk.js
+++ b/basilisk/app/profile/basilisk.js
@@ -1314,10 +1314,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
@@ -1327,11 +1323,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