microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
https://github.com/microcosm-cc/bluemonday
BSD 3-Clause "New" or "Revised" License
3.08k stars 178 forks source link

chore: use strings.EqualFold instead #181

Closed testwill closed 1 year ago

buro9 commented 1 year ago

Hard reject without tests proving that this does not cause any issues.

Additional reject due to this being an automated change against lots of Go repos rather than a purposeful refactor with security and/or readability in mind.