Skip to content

Releases: microcosm-cc/bluemonday

CORS support and minor cleanup

05 Apr 14:16
Compare
Choose a tag to compare

A merging of a few older PRs the most notable being the addition of CORS support with elements that support crossorigin tags.

Fix regression that permitted script tags to be injected

27 Mar 10:35
f0b9183
Compare
Choose a tag to compare

#111 revealed that we had experienced a regression of an earlier fix and that <script> tags could be injected by relying on the use of the uppercase Cyrillic i, as when Go lowercases this it would map the UTF-8 rune to an ASCII rune. The fix prevents this by retaining the ASCII escaping.

URL encoding fix

13 Aug 13:22
3cce251
Compare
Choose a tag to compare

A minor release to fix a HREF sanitization bug that was resolved in #103

v1.0.3: Merge pull request #92 from theflyingcodr/element_regex

12 Jun 17:02
0a75d76
Compare
Choose a tag to compare

Go mod support

22 Dec 16:45
506f3da
Compare
Choose a tag to compare
Merge pull request #77 from SamWhited/support_modules

Support Go Modules

Initial semver for vgo and go modules.

15 Jul 16:40
dafebb5
Compare
Choose a tag to compare
Merge pull request #69 from Mungrel/patch-1

Add address to DefaultElementsWithoutAttrs