mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-29 00:01:02 +00:00
4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
/* globals Services, TEST_UNPACKED: true*/
|
|
Services.prefs.setBoolPref("extensions.alwaysUnpack", true);
|
|
TEST_UNPACKED = true;
|