summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/unofficial/pref/palemoon-branding.js
blob: bff4de0032479000077d9adc748931b2750bfc9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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");

// Native UA mode
pref("general.useragent.compatMode", 0);

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