Skip to content

Commit

Permalink
upgrading DOMpurify, fixes #520
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Sep 19, 2019
1 parent 15b3d67 commit 28d70a1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
* CHANGED: Improved mobile UI - obscured send button and hard to click shortener button (#477)
* CHANGED: Enhanced URL shortener integration (#479)
* CHANGED: Improved file upload drag & drop UI (#317)
* CHANGED: Upgrading libraries to: DOMpurify 2.0.1
* FIXED: Cloning related issues (#489, #491, #493, #494)
* FIXED: Enable file operation only when editing (#497)
* FIXED: Clicking 'New' on a previously submitted paste does not blank address bar (#354)
Expand Down
2 changes: 1 addition & 1 deletion js/common.js
Expand Up @@ -17,7 +17,7 @@ require('./prettify');
global.prettyPrint = window.PR.prettyPrint;
global.prettyPrintOne = window.PR.prettyPrintOne;
global.showdown = require('./showdown-1.9.1');
global.DOMPurify = require('./purify-1.0.11');
global.DOMPurify = require('./purify-2.0.1');
global.baseX = require('./base-x-3.0.5.1').baseX;
require('./bootstrap-3.3.7');
require('./privatebin');
Expand Down
1 change: 0 additions & 1 deletion js/purify-1.0.11.js

This file was deleted.

0 comments on commit 28d70a1

Please sign in to comment.