]> git.openstreetmap.org Git - rails.git/commit
Remove html-safe/unsafe branches from rich text linkify
authorAnton Khorev <tony29@yandex.ru>
Mon, 24 Mar 2025 12:51:26 +0000 (15:51 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 25 Mar 2025 00:53:27 +0000 (03:53 +0300)
commitd94a5a24b0907c610377a5a8d4abb8c877e67145
tree025b8a12048d3808f1becdbc4eb9234375bd93be
parent09362214fb49d42a076a5081303a36ed9555469e
Remove html-safe/unsafe branches from rich text linkify

Rinku outputs html. It would make no sense to escape Rinku's output, the output should be safe when it's created. To make sure that it's safe, we need to escape the input. As it is currently used in osm-website, the input is already html-safe and escaping does nothing. However it's safer to escape anyway in case the future usage changes.
lib/rich_text.rb