Stop specifying `Core.EnableIDNA` for HTMLPurifier
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 9 Jun 2022 07:26:12 +0000 (09:26 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 9 Jun 2022 07:26:12 +0000 (09:26 +0200)
commit39322a052ef2b6ece70d7c52ee0476409bae35d1
tree7c55448f0e392714216cd57f188286b1ca2943f9
parent64f89a2d9a278179612a9e4e0937e725220e66c7
Stop specifying `Core.EnableIDNA` for HTMLPurifier

HTMLPurifier will automatically use `idn_to_ascii()` if available, no matter
the configuration option. Since b2d27c999504f61f3e7fadee6eb0e0b5e389eed2 we
polyfill this function, making the option entirely obsolete.
wcfsetup/install/files/lib/system/html/input/filter/MessageHtmlInputFilter.class.php