diff --git a/package.yaml b/package.yaml index aa3f202..0c03ea0 100644 --- a/package.yaml +++ b/package.yaml @@ -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 for diff --git a/src/Text/HTML/SanitizeXSS.hs b/src/Text/HTML/SanitizeXSS.hs index f7ea173..5eee7db 100644 --- a/src/Text/HTML/SanitizeXSS.hs +++ b/src/Text/HTML/SanitizeXSS.hs @@ -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'