mirror of
https://github.com/go-gitea/gitea
synced 2025-01-11 02:04:27 +00:00
154b137b6d
Looking at github/markup#245 it is clear that GH uses https://github.com/jch/html-pipeline to sanitize. This PR relaxes our sanitization to more closely match this. Fixes #10471 and likely others...