 Issue 6203978345873408:
  Disable add-on compatibility checking  (Closed)
    
  
    Issue 6203978345873408:
  Disable add-on compatibility checking  (Closed) 
  | Index: mobile/android/app/mobile.js | 
| =================================================================== | 
| --- a/mobile/android/app/mobile.js | 
| +++ b/mobile/android/app/mobile.js | 
| @@ -191,6 +191,13 @@ | 
| pref("extensions.strictCompatibility", false); | 
| pref("extensions.minCompatibleAppVersion", "11.0"); | 
| +// We need to disable compatibility checking in Adblock Browser for now, | 
| +// since it uses different versions than Firefox, and we don't want to modify | 
| +// the embedded Adblock Plus at this point. In the future, Adblock Browser | 
| +// should have its own app ID, and we should properly declare compatibility in | 
| +// Adblock Plus. | 
| +pref("extensions.checkCompatibility.nightly", false); | 
| 
Wladimir Palant
2015/03/01 18:02:24
We have a toolkit compatibility entry, any idea wh
 
Felix Dahlke
2015/03/02 06:22:32
Well, giving the browser a different app ID and ad
 | 
| + | 
| pref("extensions.update.url", "https://versioncheck.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%¤tAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%"); | 
| 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%¤tAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%"); |