summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/unofficial/pref/palemoon-branding.js
blob: bf46b747a9513c67ee0ed584b41b5bed028b3a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
#filter substitution
#filter emptyLines
#include ../../shared/pref/preferences.inc
#include ../../shared/pref/uaoverrides.inc

pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml");
pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");

// Updates disabled
pref("app.update.enabled", false);
pref("app.update.url", "");