Allow DOMPurify as a global

This commit is contained in:
rugk 2017-11-21 22:26:02 +01:00
parent b6d7d56774
commit bbec693cab
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
4 changed files with 4 additions and 2 deletions

View file

@ -1763,6 +1763,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
});
// let showdown convert the HTML and sanitize HTML *afterwards*!
$plainText.html(
/** global: DOMPurify */
DOMPurify.sanitize(converter.makeHtml(text), {SAFE_FOR_JQUERY: true})
);
// add table classes from bootstrap css