mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
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:
parent
a9836cb569
commit
9e4dfbda34
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue