mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Redirect support URLs away from palemoon.org
Specifically for unofficial (New Moon) builds, we need to change a prefs app.support.baseURL and browser.slowstartup.help.url not to point to palemoon.org. Really we should have separate versions of this file for official and unofficial builds, but since this repo will only be used for unofficial builds, this will do.
This commit is contained in:
parent
7a5bba6f84
commit
1de2444bc9
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ pref("browser.getdevtools.url","https://@AM_DOMAIN@/?component=integration&type=
|
|||
pref("browser.feedback.url", "https://forum.palemoon.org");
|
||||
|
||||
// Help button in slow startup dialog
|
||||
pref("browser.slowstartup.help.url", "http://www.palemoon.org/support/slowstartup.shtml");
|
||||
pref("browser.slowstartup.help.url", "https://support.mozilla.org/en-US/kb/firefox-takes-long-time-start-up");
|
||||
|
||||
// Whether to escape to a content-less page if a user presses "Get me out of here"
|
||||
// on a network error page (e.g. cert error)
|
||||
|
|
@ -924,7 +924,7 @@ pref("browser.zoom.siteSpecific", true);
|
|||
pref("browser.zoom.updateBackgroundTabs", true);
|
||||
|
||||
// base URL for web-based support pages
|
||||
pref("app.support.baseURL", "http://www.palemoon.org/support/");
|
||||
pref("app.support.baseURL", "https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp");
|
||||
|
||||
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
|
||||
pref("security.alternate_certificate_error_page", "certerror");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue