Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/mobile.js

Issue 29324521: Issue 2930 - Re-enable and adapt about:feedback (Closed)
Patch Set: Don't show about:feedback automatically, fix support link Created Sept. 1, 2015, 2:01 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/chrome/content/aboutFeedback.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/mobile.js
===================================================================
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -448,9 +448,11 @@
// product URLs
// The breakpad report server to link to in about:crashes
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
-pref("app.support.baseURL", "http://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE%/");
-// Used to submit data to input from about:feedback
-pref("app.feedback.postURL", "https://input.mozilla.org/api/v1/feedback/");
+// Changed in Adblock Browser, see: https://issues.adblockplus.org/ticket/2930.
+pref("app.support.baseURL", "https://adblockplus.org/redirect?link=adblock_browser_android_support&lang=%LOCALE%");
+// Used to submit data to input from about:feedback, changed in Adblock Browser,
+// see: https://issues.adblockplus.org/ticket/2930.
+pref("app.feedback.postURL", "https://adblockbrowser.org/submit-feedback/");
pref("app.privacyURL", "https://www.mozilla.org/privacy/firefox/");
pref("app.creditsURL", "http://www.mozilla.org/credits/");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");
« no previous file with comments | « no previous file | mobile/android/chrome/content/aboutFeedback.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld