Files
edx-platform/lms/djangoapps/discussion/django_comment_client
David Ormsbee 149b014053 fix: disallow "data:" links in discussion posts
Sanitizes Markdown that goes back and forth between the server and
client side, to strip out data: links, so that they cannot be abused.
There is no present vulnerability to this issue–modern browsers disallow
data links in the first place, and we already filter this out in both
client-side code as well as the HTML generated in the REST API (it's run
through bleach). But we're adding this anyway, to further reduce the
odds that some client-side mistake could cause a vulnerability. This is
part of TNL-8589.
2021-08-03 15:19:07 -04:00
..
2020-05-01 19:42:15 +05:00
2019-12-30 10:35:30 -05:00

See ``lms/djangoapps/discussion/README.rst``