mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
b8a31ef182
`<script src="etc"></script>` is turned into `<script/>`, which can cause far too much to be stripped. While that could be dealt with a bit better, for example by first stripping self-closing and then regular, it feels hacky to do so. See <https://github.com/koreader/koreader/pull/13188#issuecomment-2660362639>.