upgrade DOMpurify to 2.1.1 - obsoleting the SAFE_FOR_JQUERY flag

This commit is contained in:
El RIDO
2020-10-08 19:00:04 +02:00
parent c37052fe82
commit f66c690fc0
7 changed files with 9 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ require('./prettify');
global.prettyPrint = window.PR.prettyPrint;
global.prettyPrintOne = window.PR.prettyPrintOne;
global.showdown = require('./showdown-1.9.1');
global.DOMPurify = require('./purify-2.0.14');
global.DOMPurify = require('./purify-2.1.1');
global.baseX = require('./base-x-3.0.7').baseX;
global.Legacy = require('./legacy').Legacy;
require('./bootstrap-3.3.7');