From c74d952acdfb367ff9f37838644d14fb9f1b3f63 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 15 Dec 2017 11:10:12 +0100 Subject: [PATCH] Direct feedback links to the forum (Basilisk) --- browser/app/profile/firefox.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 465b5349f1..b46d944e8a 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -900,12 +900,7 @@ pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS pref("app.support.e10sAccessibilityUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/accessibility-ppt"); // base url for web-based feedback pages -#ifdef MOZ_DEV_EDITION -pref("app.feedback.baseURL", "https://input.mozilla.org/%LOCALE%/feedback/firefoxdev/%VERSION%/"); -#else -pref("app.feedback.baseURL", "https://input.mozilla.org/%LOCALE%/feedback/%APP%/%VERSION%/"); -#endif - +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");