mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-10 12:38:07 -06:00
[bugfix] html escape special characters in text instead of totally removing them (#719)
* remove minify dependency * tidy up some tests * remove pre + postformat funcs * rework sanitization + formatting * update tests * add some more markdown tests
This commit is contained in:
parent
098dbe6ff4
commit
c84384e660
51 changed files with 129 additions and 7419 deletions
24
vendor/github.com/tdewolff/minify/v2/.gitignore
generated
vendored
24
vendor/github.com/tdewolff/minify/v2/.gitignore
generated
vendored
|
|
@ -1,24 +0,0 @@
|
|||
release.sh
|
||||
dist/
|
||||
benchmarks/*
|
||||
!benchmarks/*.go
|
||||
!benchmarks/sample_*
|
||||
tests/*/fuzz-fuzz.zip
|
||||
tests/*/crashers
|
||||
tests/*/suppressions
|
||||
tests/*/corpus/*
|
||||
!tests/*/corpus/*.*
|
||||
parse/tests/*/fuzz-fuzz.zip
|
||||
parse/tests/*/crashers
|
||||
parse/tests/*/suppressions
|
||||
parse/tests/*/corpus/*
|
||||
!parse/tests/*/corpus/*.*
|
||||
bindings/js/build
|
||||
bindings/js/minify.h
|
||||
bindings/js/minify.a
|
||||
bindings/js/test.min.html
|
||||
bindings/js/node_modules
|
||||
bindings/py/minify.h
|
||||
bindings/py/minify.so
|
||||
bindings/py/test.min.html
|
||||
bindings/py/tdewolff_minify.egg-info
|
||||
Loading…
Add table
Add a link
Reference in a new issue