From 7254c340073e2d68b2eee36fb244466464312357 Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Thu, 6 Jun 2019 19:53:45 -0500 Subject: [PATCH] Update app.support.baseURL pref again Roytam1 has set up a page at his site for this to point to, so changing the pref to point to it. --- application/palemoon/app/profile/palemoon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index d5dbb5bb3d..37e5dc22b3 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -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", "https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp"); +pref("app.support.baseURL", "https://rtfreesoft.blogspot.com/p/browser-help.html#"); // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror) pref("security.alternate_certificate_error_page", "certerror");