style: remove unused :require (#193)

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Michael Wong
2020-11-04 11:35:35 +08:00
committed by GitHub
parent 646960a00c
commit 3cc0d3154a
50 changed files with 13 additions and 144 deletions

View File

@@ -1,6 +1,5 @@
(ns frontend.security
(:require [clojure.walk :as walk]
[clojure.string :as string]))
(:require [clojure.walk :as walk]))
;; To prevent from cross-site scripting vulnerability, we should add security checks for both hiccup and raw html.
;; Hiccup: [:a {:href "javascript:alert('hei')"} "click me"]