commit 50b8bee7bfb68717753bd1d2af935b462f6a28f5 Author: Wojtek Kosior Date: Wed Aug 24 12:21:54 2022 +0200 remove unneeded import in policy_enforcing.js 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";