From 7ee7889ae8f1473474254553ec3b3469fb0a935b Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 18 Jun 2021 11:45:01 +0200 Subject: when possible inject CSP as http(s) header using webRequest instead of adding a tag --- background/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background/main.js') diff --git a/background/main.js b/background/main.js index 4af7aa0..2f35321 100644 --- a/background/main.js +++ b/background/main.js @@ -30,12 +30,12 @@ const get_storage = window.get_storage; const start_storage_server = window.start_storage_server; const start_page_actions_server = window.start_page_actions_server; - const start_policy_smuggler = window.start_policy_smuggler; + const start_policy_injector = window.start_policy_injector; const browser = window.browser; start_storage_server(); start_page_actions_server(); - start_policy_smuggler(); + start_policy_injector(); async function init_myext(install_details) { -- cgit v1.2.3