summaryrefslogtreecommitdiffstats
path: root/browser
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-12-15 11:10:12 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-12 15:53:30 +0100
commit3bc0a5c532b8d44436719d0db4e1e8038a823367 (patch)
tree55ecb9f7fca658f1854c462bcd6163b24f240db9 /browser
parentcf71bfa8aa90a36b98b6b3c80771e29ab9ea9580 (diff)
downloadUXP-3bc0a5c532b8d44436719d0db4e1e8038a823367.tar
UXP-3bc0a5c532b8d44436719d0db4e1e8038a823367.tar.gz
UXP-3bc0a5c532b8d44436719d0db4e1e8038a823367.tar.lz
UXP-3bc0a5c532b8d44436719d0db4e1e8038a823367.tar.xz
UXP-3bc0a5c532b8d44436719d0db4e1e8038a823367.zip
Direct feedback links to the forum (Basilisk)
Diffstat (limited to 'browser')
-rw-r--r--browser/app/profile/firefox.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
index 465b5349f..b46d944e8 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");