This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/markup
zeripath 154b137b6d
Relax sanitization as per https://github.com/jch/html-pipeline (#10527)
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...
2020-02-28 20:05:12 +00:00
..
common
csv
external
markdown
mdstripper
orgmode
html.go
html_internal_test.go
html_test.go Relax sanitization as per https://github.com/jch/html-pipeline (#10527) 2020-02-28 20:05:12 +00:00
markup.go
markup_test.go
sanitizer.go Relax sanitization as per https://github.com/jch/html-pipeline (#10527) 2020-02-28 20:05:12 +00:00
sanitizer_test.go