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
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-10-18 20:48:28 +0300
committerOlivier Paroz <github@oparoz.com>2015-10-18 20:48:28 +0300
commitdf1cd523fc04297a97667059381842b3f77ee613 (patch)
tree720cb5756cf7cda049bb02f452a45d249bb611a5
parentd7681c13151d4ef3cd6306e971b182eb2dcdff5f (diff)
Update DOMPurifyv14.3-stable8.2
-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) */