OLD | NEW |
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 Loading... |
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 // Changed URL. See https://issues.adblockplus.org/ticket/3220 |
| 491 pref("app.faqURL", "https://adblockplus.org/redirect?link=adblock_browser_androi
d_faq&lang=%LOCALE%"); |
490 | 492 |
491 // Name of alternate about: page for certificate errors (when undefined, default
s to about:neterror) | 493 // Name of alternate about: page for certificate errors (when undefined, default
s to about:neterror) |
492 pref("security.alternate_certificate_error_page", "certerror"); | 494 pref("security.alternate_certificate_error_page", "certerror"); |
493 | 495 |
494 pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616
712. | 496 pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616
712. |
495 | 497 |
496 // Block insecure active content on https pages | 498 // Block insecure active content on https pages |
497 pref("security.mixed_content.block_active_content", true); | 499 pref("security.mixed_content.block_active_content", true); |
498 | 500 |
499 // Enable pinning | 501 // Enable pinning |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com"
); | 979 pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com"
); |
978 | 980 |
979 // The remote URL of the Firefox Account profile server. | 981 // The remote URL of the Firefox Account profile server. |
980 pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox
.com/v1"); | 982 pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox
.com/v1"); |
981 | 983 |
982 // The remote URL of the Firefox Account oauth server. | 984 // The remote URL of the Firefox Account oauth server. |
983 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com
/v1"); | 985 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com
/v1"); |
984 | 986 |
985 // Token server used by Firefox Account-authenticated Sync. | 987 // 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"); | 988 pref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sy
nc/1.5"); |
OLD | NEW |