summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/official/pref/palemoon-branding.js
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-14 14:37:24 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-14 14:37:24 -0500
commit4e34c57467a8d38d593c6fbb7c0d63c3257e99f0 (patch)
treeff5ee62f90cebe34f23f734669e2c526d783caf0 /application/palemoon/branding/official/pref/palemoon-branding.js
parentdacb3da00bd17e69f1a8f1080668808a5f3fe431 (diff)
downloadUXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.gz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.lz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.xz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.zip
Remove Pale Moon from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
Diffstat (limited to 'application/palemoon/branding/official/pref/palemoon-branding.js')
-rw-r--r--application/palemoon/branding/official/pref/palemoon-branding.js35
1 files changed, 0 insertions, 35 deletions
diff --git a/application/palemoon/branding/official/pref/palemoon-branding.js b/application/palemoon/branding/official/pref/palemoon-branding.js
deleted file mode 100644
index 02e75b6ce..000000000
--- a/application/palemoon/branding/official/pref/palemoon-branding.js
+++ /dev/null
@@ -1,35 +0,0 @@
-#filter substitution
-#filter emptyLines
-#include ../../shared/pref/preferences.inc
-#include ../../shared/pref/uaoverrides.inc
-
-pref("startup.homepage_override_url","http://www.palemoon.org/releasenotes.shtml");
-pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");
-
-// Enable Firefox compatmode by default.
-pref("general.useragent.compatMode", 2);
-pref("general.useragent.compatMode.gecko", true);
-pref("general.useragent.compatMode.firefox", true);
-
-// ========================= updates ========================
-#if defined(XP_WIN) || defined(XP_LINUX)
-// Updates enabled
-pref("app.update.enabled", true);
-pref("app.update.cert.checkAttributes", true);
-
-// Interval: Time between checks for a new version (in seconds) -- 2 days for Pale Moon
-pref("app.update.interval", 172800);
-pref("app.update.promptWaitTime", 86400);
-
-// URL user can browse to manually if for some reason all update
-// installation attempts fail.
-pref("app.update.url.manual", "http://www.palemoon.org/");
-
-// A default value for the "More information about this update" link
-// supplied in the "An update is available" page of the update wizard.
-pref("app.update.url.details", "http://www.palemoon.org/releasenotes.shtml");
-#else
-// Updates disabled (Mac, etc.)
-pref("app.update.enabled", false);
-pref("app.update.url", "");
-#endif