diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-03-12 16:22:40 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-03-12 16:22:40 -0400 |
commit | 4a70c6dd24e8b6c8b86782d9fd02403db4629aad (patch) | |
tree | 8c67259b6cd271d8c31836226f3b68b5e4e9c860 /toolkit/mozapps/extensions/internal/XPIProviderUtils.js | |
parent | e510fcb00c7ee272f3360302a2a5c849d7c89630 (diff) | |
download | UXP-4a70c6dd24e8b6c8b86782d9fd02403db4629aad.tar UXP-4a70c6dd24e8b6c8b86782d9fd02403db4629aad.tar.gz UXP-4a70c6dd24e8b6c8b86782d9fd02403db4629aad.tar.lz UXP-4a70c6dd24e8b6c8b86782d9fd02403db4629aad.tar.xz UXP-4a70c6dd24e8b6c8b86782d9fd02403db4629aad.zip |
Remove the hard blocker on unmodified jetpack extensions from TychoAM
Be sure to remove the now unused string from Pale Moon
Diffstat (limited to 'toolkit/mozapps/extensions/internal/XPIProviderUtils.js')
-rw-r--r-- | toolkit/mozapps/extensions/internal/XPIProviderUtils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/extensions/internal/XPIProviderUtils.js b/toolkit/mozapps/extensions/internal/XPIProviderUtils.js index d4798b726..2cef907f1 100644 --- a/toolkit/mozapps/extensions/internal/XPIProviderUtils.js +++ b/toolkit/mozapps/extensions/internal/XPIProviderUtils.js @@ -70,7 +70,7 @@ const PROP_JSON_FIELDS = ["id", "syncGUID", "location", "version", "type", "skinnable", "size", "sourceURI", "releaseNotesURI", "softDisabled", "foreignInstall", "hasBinaryComponents", "strictCompatibility", "locales", "targetApplications", - "targetPlatforms", "multiprocessCompatible", "jetsdk", "native"]; + "targetPlatforms", "multiprocessCompatible", "native"]; // Time to wait before async save of XPI JSON database, in milliseconds const ASYNC_SAVE_DELAY_MS = 20; |