diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-06-25 12:24:13 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-06-25 12:24:13 -0400 |
commit | 593835e861ce3ab3f9d58aa1fc241399f1c1f244 (patch) | |
tree | 9f59ba900052525aace0240348f6fab954efb24b /toolkit/mozapps/webextensions | |
parent | 0c5d7a92f11e90165c4fb0c5f085d82b958523ad (diff) | |
download | UXP-593835e861ce3ab3f9d58aa1fc241399f1c1f244.tar UXP-593835e861ce3ab3f9d58aa1fc241399f1c1f244.tar.gz UXP-593835e861ce3ab3f9d58aa1fc241399f1c1f244.tar.lz UXP-593835e861ce3ab3f9d58aa1fc241399f1c1f244.tar.xz UXP-593835e861ce3ab3f9d58aa1fc241399f1c1f244.zip |
[AllAM] Update the target preference
Diffstat (limited to 'toolkit/mozapps/webextensions')
-rw-r--r-- | toolkit/mozapps/webextensions/AddonManager.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/webextensions/AddonManager.jsm b/toolkit/mozapps/webextensions/AddonManager.jsm index 9aa2b8e7b..a3bcbb504 100644 --- a/toolkit/mozapps/webextensions/AddonManager.jsm +++ b/toolkit/mozapps/webextensions/AddonManager.jsm @@ -58,7 +58,7 @@ const KEY_APPDIR = "XCurProcD"; const FILE_BLOCKLIST = "blocklist.xml"; const BRANCH_REGEXP = /^([^\.]+\.[0-9]+[a-z]*).*/gi; -const PREF_EM_CHECK_COMPATIBILITY = "extensions.checkCompatibility"; +const PREF_EM_CHECK_COMPATIBILITY = "extensions.enableCompatibilityChecking"; const TOOLKIT_ID = "toolkit@mozilla.org"; |