From 1789f17466847d731d0bafa67b6d76526ca32b1d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 12 Jul 2021 14:22:41 +0200 Subject: merge jahoti into master --- content/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/main.js b/content/main.js index 3204a8a..b044c82 100644 --- a/content/main.js +++ b/content/main.js @@ -18,6 +18,7 @@ * IMPORT is_privileged_url * IMPORT sanitize_attributes * IMPORT mozilla_suppress_scripts + * IMPORT browser * IMPORT is_chrome * IMPORT is_mozilla * IMPORT start_activity_info_server @@ -134,9 +135,9 @@ if (!is_privileged_url(document.URL)) { port.onMessage.removeListener(nonce_capturer); handle_page_actions(msg[1], port); }; - + port.onMessage.addListener(nonce_capturer); - + } else if (is_whitelisted()) { /* do not block scripts at all; as a result, there is no need for a green-lighted nonce */ handle_page_actions(null, port); -- cgit v1.2.3