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

Side by Side Diff: mobile/android/app/mobile.js

Issue 29346916: Issue 3220 - FAQ and Privacy Policy links redirect to English site only (Closed)
Patch Set: Created June 22, 2016, 12:31 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5 #filter substitution 5 #filter substitution
6 6
7 // For browser.xml binding 7 // For browser.xml binding
8 // 8 //
9 // cacheRatio* is a ratio that determines the amount of pixels to cache. The 9 // cacheRatio* is a ratio that determines the amount of pixels to cache. The
10 // ratio is multiplied by the viewport width or height to get the displayport's 10 // ratio is multiplied by the viewport width or height to get the displayport's
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 pref("plugin.default.state", 1); 468 pref("plugin.default.state", 1);
469 469
470 // product URLs 470 // product URLs
471 // The breakpad report server to link to in about:crashes 471 // The breakpad report server to link to in about:crashes
472 pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/"); 472 pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
473 // Changed in Adblock Browser, see: https://issues.adblockplus.org/ticket/2930. 473 // Changed in Adblock Browser, see: https://issues.adblockplus.org/ticket/2930.
474 pref("app.support.baseURL", "https://adblockplus.org/redirect?link=adblock_brows er_android_support&lang=%LOCALE%"); 474 pref("app.support.baseURL", "https://adblockplus.org/redirect?link=adblock_brows er_android_support&lang=%LOCALE%");
475 // Used to submit data to input from about:feedback, changed in Adblock Browser, 475 // Used to submit data to input from about:feedback, changed in Adblock Browser,
476 // see: https://issues.adblockplus.org/ticket/2930. 476 // see: https://issues.adblockplus.org/ticket/2930.
477 pref("app.feedback.postURL", "https://adblockbrowser.org/submit-feedback/"); 477 pref("app.feedback.postURL", "https://adblockbrowser.org/submit-feedback/");
478 pref("app.privacyURL", "https://www.mozilla.org/privacy/firefox/"); 478 // Changed URLs. See https://issues.adblockplus.org/ticket/3220
479 pref("app.creditsURL", "http://www.mozilla.org/credits/"); 479 pref("app.privacyURL", "https://adblockplus.org/redirect?link=privacy&lang=%LOCA LE%");
480 pref("app.creditsURL", "https://adblockplus.org/redirect?link=contributors&lang= %LOCALE%");
480 pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/"); 481 pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");
481 #if MOZ_UPDATE_CHANNEL == aurora 482 #if MOZ_UPDATE_CHANNEL == aurora
482 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/au roranotes/"); 483 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/au roranotes/");
483 #elif MOZ_UPDATE_CHANNEL == beta 484 #elif MOZ_UPDATE_CHANNEL == beta
484 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%bet a/releasenotes/"); 485 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%bet a/releasenotes/");
485 #else 486 #else
486 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/re leasenotes/"); 487 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/re leasenotes/");
487 #endif 488 #endif
488 489
489 pref("app.faqURL", "https://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE% /faq"); 490 pref("app.faqURL", "https://adblockplus.org/redirect?link=adblock_browser_androi d_faq&lang=%LOCALE%");
Felix Dahlke 2016/09/15 14:59:22 Since we're leaving the URLs above alone, we shoul
diegocarloslima 2016/10/21 13:37:43 Acknowledged.
490 491
491 // Name of alternate about: page for certificate errors (when undefined, default s to about:neterror) 492 // Name of alternate about: page for certificate errors (when undefined, default s to about:neterror)
492 pref("security.alternate_certificate_error_page", "certerror"); 493 pref("security.alternate_certificate_error_page", "certerror");
493 494
494 pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616 712. 495 pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616 712.
495 496
496 // Block insecure active content on https pages 497 // Block insecure active content on https pages
497 pref("security.mixed_content.block_active_content", true); 498 pref("security.mixed_content.block_active_content", true);
498 499
499 // Enable pinning 500 // Enable pinning
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com" ); 978 pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com" );
978 979
979 // The remote URL of the Firefox Account profile server. 980 // The remote URL of the Firefox Account profile server.
980 pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox .com/v1"); 981 pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox .com/v1");
981 982
982 // The remote URL of the Firefox Account oauth server. 983 // The remote URL of the Firefox Account oauth server.
983 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com /v1"); 984 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com /v1");
984 985
985 // Token server used by Firefox Account-authenticated Sync. 986 // Token server used by Firefox Account-authenticated Sync.
986 pref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sy nc/1.5"); 987 pref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sy nc/1.5");
OLDNEW

Powered by Google App Engine
This is Rietveld