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

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

Issue 30018598: Issue 7281 - Remove Google+ links (Closed)
Patch Set: Adjustments in regards to Anton's comments Created Feb. 27, 2019, 5 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/app/src/main/res/raw/bookmarkdefaults_favicon_beta_community.png » ('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
@@ -444,20 +444,19 @@
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
// 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%");
pref("app.supportURL", "https://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE%/mobile-help");
// Changed URL. See https://issues.adblockplus.org/ticket/3220
pref("app.faqURL", "https://adblockplus.org/redirect?link=adblock_browser_android_faq&lang=%LOCALE%");
-// Changed Feedback URL. See https://issues.adblockplus.org/ticket/6015
// URL for feedback page
// This should be kept in sync with the "feedback_link" string defined in strings.xml.in
-pref("app.feedbackURL", "https://adblockplus.org/redirect?link=adblock_browser_android_beta_community");
+pref("app.feedbackURL", "https://input.mozilla.org/feedback/android/%VERSION%/%CHANNEL%/?utm_source=feedback-prompt");
// Changed URLs. See https://issues.adblockplus.org/ticket/3220
pref("app.privacyURL", "https://adblockplus.org/redirect?link=privacy&lang=%LOCALE%");
pref("app.creditsURL", "https://adblockplus.org/redirect?link=contributors&lang=%LOCALE%");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");
#if MOZ_UPDATE_CHANNEL == aurora
pref("app.releaseNotesURL", "https://www.mozilla.com/%LOCALE%/mobile/%VERSION%/auroranotes/");
#elif MOZ_UPDATE_CHANNEL == beta
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/raw/bookmarkdefaults_favicon_beta_community.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld