mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Merge pull request #4 from Mathwi/custom
Point Help / Submit Feedback to MSFN (Serpent)
This commit is contained in:
commit
044e258d91
3 changed files with 6 additions and 3 deletions
|
|
@ -877,9 +877,6 @@ pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS
|
|||
// a11y conflicts with e10s support page
|
||||
pref("app.support.e10sAccessibilityUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/accessibility-ppt");
|
||||
|
||||
// base url for web-based feedback pages
|
||||
pref("app.feedback.baseURL", "https://forum.palemoon.org/viewforum.php?f=61");
|
||||
|
||||
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
|
||||
pref("security.alternate_certificate_error_page", "certerror");
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ pref("startup.homepage_welcome_url.additional", "");
|
|||
// Version release notes
|
||||
pref("app.releaseNotesURL", "http://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@");
|
||||
|
||||
// base url for web-based feedback pages
|
||||
pref("app.feedback.baseURL", "https://forum.palemoon.org/viewforum.php?f=61");
|
||||
|
||||
// Vendor home page
|
||||
pref("app.vendorURL", "http://@BRANDING_SITEURL@/");
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ pref("startup.homepage_welcome_url.additional", "");
|
|||
// Version release notes
|
||||
pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/serpent");
|
||||
|
||||
// base url for web-based feedback pages
|
||||
pref("app.feedback.baseURL", "https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp/?do=getNewComment");
|
||||
|
||||
// Vendor home page
|
||||
pref("app.vendorURL", "about:");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue