upgrading DOMpurify library

This commit is contained in:
El RIDO
2018-08-11 19:45:57 +02:00
parent b5ebc4a3d7
commit 8db98becb7
6 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
* ADDED: Add support for mega.nz links in pastes and comments (#331)
* CHANGED: Added some missing Russian translations (#348)
* CHANGED: Minor PHP refactoring: Rename PrivateBin class to Controller, improved logic of some persistence classes (#342)
* CHANGED: Upgrading DOMpurify library to 1.0.7
* FIXED: Ensure legacy browsers without webcrypto support can't create paste keys with insufficient entropy (#346)
* FIXED: Re-add support for old browsers (Firefox<21, Chrome<31, Safari<7, IE<11), broken in 1.2, will be removed again in 1.3
* **1.2 (2018-07-22)**