| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  189 pref("extensions.dss.enabled", false); |  189 pref("extensions.dss.enabled", false); | 
|  190 pref("extensions.dss.switchPending", false); |  190 pref("extensions.dss.switchPending", false); | 
|  191 pref("extensions.ignoreMTimeChanges", false); |  191 pref("extensions.ignoreMTimeChanges", false); | 
|  192 pref("extensions.logging.enabled", false); |  192 pref("extensions.logging.enabled", false); | 
|  193 pref("extensions.hideInstallButton", true); |  193 pref("extensions.hideInstallButton", true); | 
|  194 pref("extensions.showMismatchUI", false); |  194 pref("extensions.showMismatchUI", false); | 
|  195 pref("extensions.hideUpdateButton", false); |  195 pref("extensions.hideUpdateButton", false); | 
|  196 pref("extensions.strictCompatibility", false); |  196 pref("extensions.strictCompatibility", false); | 
|  197 pref("extensions.minCompatibleAppVersion", "11.0"); |  197 pref("extensions.minCompatibleAppVersion", "11.0"); | 
|  198  |  198  | 
|  199 // We need to disable compatibility checking in Adblock Browser for now, |  199 // Re-enabling compatibility checking | 
|  200 // since it uses different versions than Firefox, and we don't want to modify |  200 // See https://issues.adblockplus.org/ticket/2520 | 
|  201 // the embedded Adblock Plus at this point. In the future, Adblock Browser |  201 pref("extensions.checkCompatibility.nightly", true); | 
|  202 // should have its own app ID, and we should properly declare compatibility in |  | 
|  203 // Adblock Plus. |  | 
|  204 pref("extensions.checkCompatibility.nightly", false); |  | 
|  205  |  202  | 
|  206 pref("extensions.update.url", "https://versioncheck.addons.mozilla.org/update/Ve
     rsionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxA
     ppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%A
     PP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%¤tAppVersio
     n=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
     "); |  203 pref("extensions.update.url", "https://versioncheck.addons.mozilla.org/update/Ve
     rsionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxA
     ppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%A
     PP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%¤tAppVersio
     n=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
     "); | 
|  207 pref("extensions.update.background.url", "https://versioncheck-bg.addons.mozilla
     .org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM
     _VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%
     &appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&cu
     rrentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPA
     TIBILITY_MODE%"); |  204 pref("extensions.update.background.url", "https://versioncheck-bg.addons.mozilla
     .org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM
     _VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%
     &appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&cu
     rrentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPA
     TIBILITY_MODE%"); | 
|  208  |  205  | 
|  209 pref("extensions.hotfix.id", "firefox-android-hotfix@mozilla.org"); |  206 pref("extensions.hotfix.id", "firefox-android-hotfix@mozilla.org"); | 
|  210 pref("extensions.hotfix.cert.checkAttributes", true); |  207 pref("extensions.hotfix.cert.checkAttributes", true); | 
|  211 pref("extensions.hotfix.certs.1.sha1Fingerprint", "91:53:98:0C:C1:86:DF:47:8F:35
     :22:9E:11:C9:A7:31:04:49:A1:AA"); |  208 pref("extensions.hotfix.certs.1.sha1Fingerprint", "91:53:98:0C:C1:86:DF:47:8F:35
     :22:9E:11:C9:A7:31:04:49:A1:AA"); | 
|  212  |  209  | 
|  213 /* preferences for the Get Add-ons pane */ |  210 /* preferences for the Get Add-ons pane */ | 
|  214 pref("extensions.getAddons.cache.enabled", true); |  211 pref("extensions.getAddons.cache.enabled", true); | 
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  977 pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com"
     ); |  974 pref("identity.fxaccounts.remote.webchannel.uri", "https://accounts.firefox.com"
     ); | 
|  978  |  975  | 
|  979 // The remote URL of the Firefox Account profile server. |  976 // The remote URL of the Firefox Account profile server. | 
|  980 pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox
     .com/v1"); |  977 pref("identity.fxaccounts.remote.profile.uri", "https://profile.accounts.firefox
     .com/v1"); | 
|  981  |  978  | 
|  982 // The remote URL of the Firefox Account oauth server. |  979 // The remote URL of the Firefox Account oauth server. | 
|  983 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com
     /v1");  |  980 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com
     /v1");  | 
|  984  |  981  | 
|  985 // Token server used by Firefox Account-authenticated Sync. |  982 // 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"); |  983 pref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sy
     nc/1.5"); | 
| OLD | NEW |