aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-24 12:21:54 +0200
committerWojtek Kosior <koszko@koszko.org>2022-08-24 12:21:54 +0200
commit50b8bee7bfb68717753bd1d2af935b462f6a28f5 (patch)
treea2f0cdbe962c7e97710adb3084875fc5bacc974e
parente6fca496862eb2f13b0dc38da6a378cc540771a1 (diff)
downloadbrowser-extension-50b8bee7bfb68717753bd1d2af935b462f6a28f5.tar.gz
browser-extension-50b8bee7bfb68717753bd1d2af935b462f6a28f5.zip
remove unneeded import in policy_enforcing.js
-rw-r--r--content/policy_enforcing.js2
1 files changed, 1 insertions, 1 deletions
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";