mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-21 14:08:48 -04:00
upgrading DOMpurify library to 3.2.5
This commit is contained in:
parent
bac849d98a
commit
31162e8011
8 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ require('./prettify');
|
|||
global.prettyPrint = window.PR.prettyPrint;
|
||||
global.prettyPrintOne = window.PR.prettyPrintOne;
|
||||
global.showdown = require('./showdown-2.1.0');
|
||||
global.DOMPurify = require('./purify-3.2.4');
|
||||
global.DOMPurify = require('./purify-3.2.5');
|
||||
global.baseX = require('./base-x-4.0.0').baseX;
|
||||
global.Legacy = require('./legacy').Legacy;
|
||||
require('./bootstrap-3.4.1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue