Sanitize HTML input

This commit is contained in:
2020-01-15 07:07:12 +00:00
parent 83ab4dffbe
commit 200df3fdc8
2 changed files with 31 additions and 3 deletions
+3
View File
@@ -1,5 +1,6 @@
argon2-cffi==19.2.0
asgiref==3.2.3
bleach==3.1.0
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
@@ -11,6 +12,7 @@ djangorestframework==3.11.0
fuzzywuzzy==0.17.0
idna==2.8
oauthlib==3.1.0
Pillow==7.0.0
pkg-resources==0.0.0
pycparser==2.19
python-Levenshtein==0.12.0
@@ -21,3 +23,4 @@ requests-oauthlib==1.3.0
six==1.13.0
sqlparse==0.3.0
urllib3==1.25.7
webencodings==0.5.1