aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2019-03-26 22:47:00 +0100
committerhackademix <giorgio@maone.net>2019-03-26 22:47:00 +0100
commita99f7d91acf0fe82a8c82440c28ffc5fe379924a (patch)
tree594351262b1f3578c8f1fad0250fd436c647a41a /main_background.js
parent9884643742b54b88f94111d62f5e89a12a60e604 (diff)
Automated regression tests for whitelist and blacklist management, including wildcards.
Diffstat (limited to 'main_background.js')
-rw-r--r--main_background.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/main_background.js b/main_background.js
index f1c7f09..5943fb8 100644
--- a/main_background.js
+++ b/main_background.js
@@ -1208,6 +1208,7 @@ async function init_addon() {
editHtml,
handle_script,
ExternalLicenses,
+ ListManager, ListStore, Storage,
};
// create or focus the autotest tab if it's a debugging session
if ((await browser.management.getSelf()).installType === "development") {