Move app.feedback.baseURL pref to branding

Remove the following lines from this file and paste into basilisk-branding.js so official & unofficial builds can have different values:
// base url for web-based feedback pages
pref("app.feedback.baseURL", "https://forum.palemoon.org/viewforum.php?f=61");
This commit is contained in:
Mathwi 2019-06-10 20:25:54 -05:00 committed by GitHub
commit a7d2a6260c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");