summaryrefslogtreecommitdiffstats
path: root/branding/unofficial/pref/palemoon-branding.js
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2019-12-16 19:48:42 -0800
committerThomas Groman <tgroman@nuegia.net>2019-12-16 19:48:42 -0800
commit4492b5f8e774bf3b4f21e4e468fc052cbcbb468a (patch)
tree37970571a7dcbeb6b58c991ce718ce7001ac97d6 /branding/unofficial/pref/palemoon-branding.js
downloadwebbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar
webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.gz
webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.lz
webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.xz
webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.zip
initial commit
Diffstat (limited to 'branding/unofficial/pref/palemoon-branding.js')
-rw-r--r--branding/unofficial/pref/palemoon-branding.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/branding/unofficial/pref/palemoon-branding.js b/branding/unofficial/pref/palemoon-branding.js
new file mode 100644
index 0000000..f32870b
--- /dev/null
+++ b/branding/unofficial/pref/palemoon-branding.js
@@ -0,0 +1,9 @@
+#filter substitution
+#filter emptyLines
+#include ../../shared/pref/preferences.inc
+#include ../../shared/pref/uaoverrides.inc
+// Updates disabled
+pref("app.update.enabled", false);
+pref("app.update.url", "");
+
+pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");