diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-05-01 23:37:13 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-05-01 23:37:13 -0400 |
commit | 832046aeb726dee290d2827a20d571034b6bc64a (patch) | |
tree | 2c32723048e0a5a0beb399b5317854c68e30489f /browser | |
parent | a930a790d53f82c22167eec57d24eec943298968 (diff) | |
download | UXP-832046aeb726dee290d2827a20d571034b6bc64a.tar UXP-832046aeb726dee290d2827a20d571034b6bc64a.tar.gz UXP-832046aeb726dee290d2827a20d571034b6bc64a.tar.lz UXP-832046aeb726dee290d2827a20d571034b6bc64a.tar.xz UXP-832046aeb726dee290d2827a20d571034b6bc64a.zip |
[TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actually built
This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
Diffstat (limited to 'browser')
-rw-r--r-- | browser/locales/en-US/chrome/browser/browser.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/browser/locales/en-US/chrome/browser/browser.properties b/browser/locales/en-US/chrome/browser/browser.properties index 31f61632b..f7f3e9339 100644 --- a/browser/locales/en-US/chrome/browser/browser.properties +++ b/browser/locales/en-US/chrome/browser/browser.properties @@ -85,12 +85,14 @@ addonInstallError-2=The add-on could not be installed because it does not match addonInstallError-3=The add-on downloaded from this site could not be installed because it appears to be corrupt. addonInstallError-4=%2$S could not be installed because %1$S cannot modify the needed file. addonInstallError-5=%1$S has prevented this site from installing an unverified add-on. +addonInstallError-8=%2$S could not be installed because %1$S does not support Jetpack (SDK) extensions. addonInstallError-9=%2$S could not be installed because %1$S does not support WebExtensions. addonLocalInstallError-1=This add-on could not be installed because of a filesystem error. addonLocalInstallError-2=This add-on could not be installed because it does not match the add-on %1$S expected. addonLocalInstallError-3=This add-on could not be installed because it appears to be corrupt. addonLocalInstallError-4=%2$S could not be installed because %1$S cannot modify the needed file. addonLocalInstallError-5=This add-on could not be installed because it has not been verified. +addonLocalInstallError-8=%2$S could not be installed because %1$S does not support Jetpack (SDK) extensions. addonLocalInstallError-9=%2$S could not be installed because %1$S does not support WebExtensions. |