diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-02 19:08:34 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-02 19:08:34 +0200 |
commit | dc4e425944146f495b9af9a2924357c1acc733f7 (patch) | |
tree | f9c0461dbd816b5c0dc7234e2177c57d4742ebcf /toolkit/modules | |
parent | e92808f0ebbeab3ffb79a0b1a4d190f61fb8b43a (diff) | |
download | uxp-dc4e425944146f495b9af9a2924357c1acc733f7.tar.gz |
Update troubleshooting pref whitelist following 593835e861ce3ab3f9d58aa1fc241399f1c1f244
Diffstat (limited to 'toolkit/modules')
-rw-r--r-- | toolkit/modules/Troubleshoot.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/modules/Troubleshoot.jsm b/toolkit/modules/Troubleshoot.jsm index 21e8b3c79b..cea7c8f29d 100644 --- a/toolkit/modules/Troubleshoot.jsm +++ b/toolkit/modules/Troubleshoot.jsm @@ -55,7 +55,7 @@ const PREFS_WHITELIST = [ "browser.urlbar.", "browser.zoom.", "dom.", - "extensions.checkCompatibility", + "extensions.enableCompatibilityChecking", "extensions.lastAppVersion", "font.", "general.autoScroll", |