Skip to content
Snippets Groups Projects
Unverified Commit b5e9c300 authored by Azan Bin Zahid's avatar Azan Bin Zahid Committed by GitHub
Browse files

Merge pull request #27104 from edx/azan/PROD-2204

disbale xsslint
parents b2150cf5 ca6914c1
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@
return this.addXBlockFragmentResources(resources).done(function () {
// We give XBlock fragments free-reign to add javascript and CSS to
// to the page, so XSS escaping doesn't matter much in this context
// xss-lint: disable=javascript-jquery-append
console.log("Fragment resources loaded, appending HTML");
// xss-lint: disable=javascript-jquery-append
element.append(html);
});
} catch (e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment