From a99f7d91acf0fe82a8c82440c28ffc5fe379924a Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 26 Mar 2019 22:47:00 +0100 Subject: Automated regression tests for whitelist and blacklist management, including wildcards. --- main_background.js | 1 + 1 file changed, 1 insertion(+) (limited to 'main_background.js') 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") { -- cgit v1.2.3