| Left: | ||
| Right: |
| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 477 pref("plugins.click_to_play", true); | 477 pref("plugins.click_to_play", true); |
| 478 // The default value for nsIPluginTag.enabledState (STATE_CLICKTOPLAY = 1) | 478 // The default value for nsIPluginTag.enabledState (STATE_CLICKTOPLAY = 1) |
| 479 pref("plugin.default.state", 1); | 479 pref("plugin.default.state", 1); |
| 480 | 480 |
| 481 // product URLs | 481 // product URLs |
| 482 // The breakpad report server to link to in about:crashes | 482 // The breakpad report server to link to in about:crashes |
| 483 pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/"); | 483 pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/"); |
| 484 pref("app.support.baseURL", "http://support.mozilla.org/1/mobile/%VERSION%/%OS%/ %LOCALE%/"); | 484 pref("app.support.baseURL", "http://support.mozilla.org/1/mobile/%VERSION%/%OS%/ %LOCALE%/"); |
| 485 // Used to submit data to input from about:feedback | 485 // Used to submit data to input from about:feedback |
| 486 pref("app.feedback.postURL", "https://input.mozilla.org/%LOCALE%/feedback"); | 486 pref("app.feedback.postURL", "https://input.mozilla.org/%LOCALE%/feedback"); |
| 487 pref("app.privacyURL", "https://www.mozilla.org/privacy/firefox/"); | 487 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
| |
| 488 pref("app.creditsURL", "http://www.mozilla.org/credits/"); | 488 pref("app.creditsURL", "https://adblockplus.org/en/contributors"); |
| 489 pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/"); | 489 pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/"); |
| 490 #if MOZ_UPDATE_CHANNEL == aurora | 490 #if MOZ_UPDATE_CHANNEL == aurora |
| 491 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/au roranotes/"); | 491 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/au roranotes/"); |
| 492 #elif MOZ_UPDATE_CHANNEL == beta | 492 #elif MOZ_UPDATE_CHANNEL == beta |
| 493 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%bet a/releasenotes/"); | 493 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%bet a/releasenotes/"); |
| 494 #else | 494 #else |
| 495 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/re leasenotes/"); | 495 pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/re leasenotes/"); |
| 496 #endif | 496 #endif |
| 497 #if MOZ_UPDATE_CHANNEL == beta | 497 #if MOZ_UPDATE_CHANNEL == beta |
| 498 pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/"); | 498 pref("app.faqURL", "https://adblockplus.org/en/faq"); |
| 499 #else | 499 #else |
| 500 pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); | 500 pref("app.faqURL", "https://adblockplus.org/en/faq"); |
| 501 #endif | 501 #endif |
| 502 pref("app.marketplaceURL", "https://marketplace.firefox.com/"); | 502 pref("app.marketplaceURL", "https://marketplace.firefox.com/"); |
| 503 | 503 |
| 504 // Name of alternate about: page for certificate errors (when undefined, default s to about:neterror) | 504 // Name of alternate about: page for certificate errors (when undefined, default s to about:neterror) |
| 505 pref("security.alternate_certificate_error_page", "certerror"); | 505 pref("security.alternate_certificate_error_page", "certerror"); |
| 506 | 506 |
| 507 pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616 712. | 507 pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616 712. |
| 508 | 508 |
| 509 // Block insecure active content on https pages | 509 // Block insecure active content on https pages |
| 510 pref("security.mixed_content.block_active_content", true); | 510 pref("security.mixed_content.block_active_content", true); |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 880 pref("home.sync.updateMode", 0); | 880 pref("home.sync.updateMode", 0); |
| 881 | 881 |
| 882 // How frequently to check if we should sync home provider data. | 882 // How frequently to check if we should sync home provider data. |
| 883 pref("home.sync.checkIntervalSecs", 3600); | 883 pref("home.sync.checkIntervalSecs", 3600); |
| 884 | 884 |
| 885 // Enable device storage API | 885 // Enable device storage API |
| 886 pref("device.storage.enabled", true); | 886 pref("device.storage.enabled", true); |
| 887 | 887 |
| 888 // Suppress the first run page of Adblock Plus in Adblock Browser. | 888 // Suppress the first run page of Adblock Plus in Adblock Browser. |
| 889 pref("extensions.adblockplus.preconfigured.suppress_first_run_page", true); | 889 pref("extensions.adblockplus.preconfigured.suppress_first_run_page", true); |
| OLD | NEW |