From 50b8bee7bfb68717753bd1d2af935b462f6a28f5 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 24 Aug 2022 12:21:54 +0200 Subject: remove unneeded import in policy_enforcing.js --- content/policy_enforcing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/policy_enforcing.js b/content/policy_enforcing.js index 639a92a..b13eb82 100644 --- a/content/policy_enforcing.js +++ b/content/policy_enforcing.js @@ -43,7 +43,7 @@ * proprietary program, I am not going to enforce this in court. */ -#FROM common/misc.js IMPORT gen_nonce, csp_header_regex +#FROM common/misc.js IMPORT csp_header_regex const html_ns = "http://www.w3.org/1999/xhtml"; const svg_ns = "http://www.w3.org/2000/svg"; -- cgit v1.2.3