From ef192243e2f0d01faa403123ed5f0bd47fc45063 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 5 Sep 2019 13:43:08 -0400 Subject: [PATCH] Fix one XSS linter issue --- lms/templates/video_modal.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/video_modal.html b/lms/templates/video_modal.html index 5ca22b1b41..cb4e84fa03 100644 --- a/lms/templates/video_modal.html +++ b/lms/templates/video_modal.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> <%! from lms.djangoapps.courseware.courses import get_course_about_section %>