Liking cljdoc? Tell your friends :D

autoclave.html

Wraps the OWASP HTML Sanitizer library.

Wraps the OWASP HTML Sanitizer library.
raw docstring

merge-policiesclj

(merge-policies & policies)

Merge multiple PolicyFactory and/or option sequences together.

Merge multiple PolicyFactory and/or option sequences together.
raw docstring

policyclj

(policy & options)

Access a predefined policy or create one from a sequence of options.

Access a predefined policy or create one from a sequence of options.
raw docstring

predefined-policiesclj


read-flat-key-val-sequenceclj

(read-flat-key-val-sequence options)
(read-flat-key-val-sequence options key?)

Reads a flat sequence of key and (optional) values into proper key-value pairs. Keys are identified by key? returning true.

Reads a flat sequence of key and (optional) values into proper key-value
pairs. Keys are identified by key? returning true.
raw docstring

sanitizeclj

(sanitize html)
(sanitize policy html)

Apply an HTML sanitization policy (a PolicyFactory object rather than a sequence of options) to a string of HTML.

Apply an HTML sanitization policy (a PolicyFactory object rather than a
sequence of options) to a string of HTML.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close