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-09-28 23:51:02 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-28 23:51:02 +0300
commitd36a8d5ce9248eb3e6ff2d0712ca1accd0da6ef9 (patch)
tree783244d363daa92219b2e248636599b3924eddc8 /appinfo
parente3024b83105993ad85b8474c5dc39ff2fc880cb5 (diff)
Sanitize SVG previews in the slideshow
[ci skip]
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index a749c3ee..7fece59d 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -71,6 +71,7 @@ if (isset($request->server['REQUEST_URI'])) {
*/
Util::addScript($appName, 'vendor/bigshot/bigshot-compressed');
Util::addScript($appName, 'vendor/image-scale/image-scale.min');
+ Util::addScript($appName, 'vendor/dompurify/src/purify');
Util::addScript($appName, 'galleryfileaction');
Util::addScript($appName, 'slideshow');
Util::addScript($appName, 'slideshowcontrols');