Remove palemoon.org from New Moon branding

Two changes: First, blank out the pref that causes a palemoon.org page to open after updating the New Moon browser. Second, point release notes to the author's blog (as with Serpent) vs. the Pale Moon release notes.
This commit is contained in:
Mathwi 2019-06-03 20:28:01 -05:00 committed by GitHub
commit 9e4dfbda34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
#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");
pref("startup.homepage_override_url","");
pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/newmoon");
// Updates disabled
pref("app.update.enabled", false);