From 0ecbe873d981c2e329f3088fc572d69d173853c5 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Wed, 10 Jun 2020 18:38:00 +0500 Subject: [PATCH] PROD-1574 --- .../cors_csrf/templates/cors_csrf/xdomain_proxy.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/cors_csrf/templates/cors_csrf/xdomain_proxy.html b/openedx/core/djangoapps/cors_csrf/templates/cors_csrf/xdomain_proxy.html index 66d1a4a31a..7c74321daa 100644 --- a/openedx/core/djangoapps/cors_csrf/templates/cors_csrf/xdomain_proxy.html +++ b/openedx/core/djangoapps/cors_csrf/templates/cors_csrf/xdomain_proxy.html @@ -1,5 +1,12 @@ -<%namespace name='static' file='../static_content.html'/> +<%page expression_filter="h"/> +<%namespace name='static' file='../static_content.html'/> +<%! +from openedx.core.djangolib.js_utils import ( + dump_js_escaped_json +) +%> +<%! import json %> - +