Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-10-06 11:14:55 +0300
committerOlivier Paroz <github@oparoz.com>2015-10-06 11:14:55 +0300
commit0a9e4b3f91e06d7f50ffe9214e38b765c01c87a6 (patch)
tree5f79cfec84a6ca24c6d1dff0baf733b3a1b867c5 /js
parentaaf830dff0025133c1c7406edaad1c4223b63f23 (diff)
Update libraries
Diffstat (limited to 'js')
-rw-r--r--js/vendor/dompurify/src/purify.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/vendor/dompurify/src/purify.js b/js/vendor/dompurify/src/purify.js
index 9ab1db3d..502f01b7 100644
--- a/js/vendor/dompurify/src/purify.js
+++ b/js/vendor/dompurify/src/purify.js
@@ -21,7 +21,7 @@
* Version label, exposed for easier checks
* if DOMPurify is up to date or not
*/
- DOMPurify.version = '0.7.0';
+ DOMPurify.version = '0.7.1';
if (!window || !window.document || window.document.nodeType !== 9) {
// not running in a browser, provide a factory function
@@ -175,7 +175,7 @@
'voffset',
// XML
- 'xlink:href','xml:id','xlink:title','xml:space'
+ 'xlink:href','xml:id','xlink:title','xml:space','xmlns:xlink'
]);
/* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */