mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-11-26 17:26:47 -05:00
update DOMpurify library from 3.2.6 to 3.2.7
This commit is contained in:
parent
a67c4e6e23
commit
ed9bdc4272
7 changed files with 8 additions and 7 deletions
|
|
@ -15,7 +15,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.6');
|
||||
global.DOMPurify = require('./purify-3.2.7');
|
||||
global.baseX = require('./base-x-5.0.1').baseX;
|
||||
global.Legacy = require('./legacy').Legacy;
|
||||
require('./privatebin');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue