Version bump to 0.3.6.
This commit is contained in:
parent
787b7f060f
commit
86d83508f2
@ -1,5 +1,5 @@
|
||||
name: xss-sanitize
|
||||
version: 0.3.5.8
|
||||
version: 0.3.6
|
||||
synopsis: sanitize untrusted HTML to prevent XSS attacks
|
||||
description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
|
||||
XSS attacks. see README.md <http://github.com/yesodweb/haskell-xss-sanitize> for
|
||||
|
||||
@ -91,7 +91,7 @@ safeTags = safeTagsCustom safeTagName sanitizeAttribute
|
||||
-- @safeTagsCustom safeTagName sanitizeAttribute@ is equivalent to
|
||||
-- 'safeTags'.
|
||||
--
|
||||
-- @since 0.3.5.8
|
||||
-- @since 0.3.6
|
||||
safeTagsCustom ::
|
||||
(Text -> Bool) -- ^ Select safe tags, like
|
||||
-- 'safeTagName'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user