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

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

Issue 4908428271026176: Issue 2384 - Remove Firefox/Mozilla references on about:firefox (Closed)
Patch Set: Created May 6, 2015, 7:31 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
Index: mobile/android/app/mobile.js
diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js
index 478c4cf565d72d088afbba093940b26e209e3cd4..5dbf4ffa02e8b7ebca014dabd5eca2a3c82fbf77 100644
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -484,8 +484,8 @@ 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/%LOCALE%/feedback");
-pref("app.privacyURL", "https://www.mozilla.org/privacy/firefox/");
-pref("app.creditsURL", "http://www.mozilla.org/credits/");
+pref("app.privacyURL", "https://adblockplus.org/en/privacy-policy");
Felix Dahlke 2015/05/06 20:35:07 Assuming this is not used anywhere else - why not
René Jeschke 2015/05/06 21:45:00 For now, we need to add localisation later anyways
+pref("app.creditsURL", "https://adblockplus.org/en/contributors");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");
#if MOZ_UPDATE_CHANNEL == aurora
pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/auroranotes/");
@@ -495,9 +495,9 @@ pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%bet
pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/");
#endif
#if MOZ_UPDATE_CHANNEL == beta
-pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/");
+pref("app.faqURL", "https://adblockplus.org/en/faq");
#else
-pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/");
+pref("app.faqURL", "https://adblockplus.org/en/faq");
#endif
pref("app.marketplaceURL", "https://marketplace.firefox.com/");

Powered by Google App Engine
This is Rietveld