Files
edx-platform/lms/djangoapps/discussion/rest_api/render.py
Kshitij Sobti 32748788bf fix!: use bleach instead of custom code to sanitise forum posts (#28641)
The rest API for discussions was using custom HTML sanitisation code that
matched the behaviour of the client-side library. This replaces the custom
code with bleach for better security.
2021-09-23 11:37:05 +05:00

1.1 KiB