From 49ee0794b5d912db1f95dce6eb52d781dc210db5 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 03:35:06 -0500 Subject: Add Pale Moon --- .../branding/unstable/pref/palemoon-branding.js | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 application/palemoon/branding/unstable/pref/palemoon-branding.js (limited to 'application/palemoon/branding/unstable/pref') diff --git a/application/palemoon/branding/unstable/pref/palemoon-branding.js b/application/palemoon/branding/unstable/pref/palemoon-branding.js new file mode 100644 index 000000000..4c088f76d --- /dev/null +++ b/application/palemoon/branding/unstable/pref/palemoon-branding.js @@ -0,0 +1,36 @@ +#filter substitution +#filter emptyLines +#include ../../shared/pref/preferences.inc +#include ../../shared/pref/uaoverrides.inc + +pref("startup.homepage_override_url","http://www.palemoon.org/unstable/releasenotes.shtml"); +pref("app.releaseNotesURL", "http://www.palemoon.org/unstable/releasenotes.shtml"); + +// Enable Firefox compatmode by default. +pref("general.useragent.compatMode", 2); + +// ========================= updates ======================== +#if defined(XP_WIN) +// Enable auto-updates for this channel +pref("app.update.auto", true); + +// Updates enabled +pref("app.update.enabled", true); +pref("app.update.cert.checkAttributes", true); + +// Interval: Time between checks for a new version (in seconds) -- 6 hours for unstable +pref("app.update.interval", 21600); +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/unstable/"); + +// 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/unstable/"); +#else +// Updates disabled (Linux, etc.) +pref("app.update.enabled", false); +pref("app.update.url", ""); +#endif -- cgit v1.2.3