diff options
author | Andrea Marchesini <amarchesini@mozilla.com> | 2021-10-16 14:42:15 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:53:22 +0200 |
commit | f5fcb8a32ccbe9af1a16a05c4959f7389eae37c1 (patch) | |
tree | 8bae178a84392f162613bd7533b15df5987c33bf /modules | |
parent | ce0cefe0534a01af0a055a0a781d898e8b9f18ca (diff) | |
download | uxp-f5fcb8a32ccbe9af1a16a05c4959f7389eae37c1.tar.gz |
Issue #1833 - Get rid of ArchiveReader API
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index ecfae06307..b2dc7dde3b 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); |