summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2022-02-20 12:58:25 +0100
committergirst <girst@users.noreply.github.com>2022-02-20 12:58:25 +0100
commite44f83e1a4a8c438e6f4973be655ac2e5aaaa2d8 (patch)
tree745df2c90e82990110519456ad01b253a78f2d42
parentc32d4523fc0762a68e41877f5421615d0c0d2362 (diff)
downloadlegacywolf-e44f83e1a4a8c438e6f4973be655ac2e5aaaa2d8.tar.gz
legacywolf-e44f83e1a4a8c438e6f4973be655ac2e5aaaa2d8.zip
remove EXPERIMENTS_ENABLED override
this was never required.
-rw-r--r--config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.js b/config.js
index 210e7b7..8919be4 100644
--- a/config.js
+++ b/config.js
@@ -6,9 +6,7 @@ try {
...Object.fromEntries(Object.getOwnPropertyNames(Xdb.AddonSettings)
.map(e => [e, Xdb.AddonSettings[e]])),
"REQUIRE_SIGNING": false,
- "LANGPACKS_REQUIRE_SIGNING": false,
"ALLOW_LEGACY_EXTENSIONS": true, // <=fx73
- "EXPERIMENTS_ENABLED": true, // >=fx74
};
const {FileUtils} = Cu.import('resource://gre/modules/FileUtils.jsm');