summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-17 17:19:57 +0000
committerMoonchild <moonchild@palemoon.org>2021-10-17 17:19:57 +0000
commit3b2811dbb5d757bb983e1bdcc7c594743cd4b22c (patch)
tree3fc2af1713c903a0311e76cf6c422debe7644c52 /modules
parent8a409cdaebdfb72595b17a563a82d3448ca02763 (diff)
parent030478696deafa7681ac83b2c1a8f32d74117bd9 (diff)
downloadaura-central-3b2811dbb5d757bb983e1bdcc7c594743cd4b22c.tar.gz
Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GRE
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index ecfae0630..b2dc7dde3 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2692,9 +2692,6 @@ pref("dom.max_script_run_time", 20);
// Stop all scripts in a compartment when the "stop script" dialog is used.
pref("dom.global_stop_script", true);
-// If true, ArchiveReader will be enabled
-pref("dom.archivereader.enabled", false);
-
// Time (milliseconds) between throttled idle callbacks.
pref("dom.idle_period.throttled_length", 10000);