From dc85bd9bff544668c4d3354a08675c2a8103c19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20P=C3=A9ter=20Sipos?= Date: Fri, 20 Nov 2020 15:12:26 +0100 Subject: [PATCH] #885 disable media viewer --- src/environments/environment.common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.common.ts b/src/environments/environment.common.ts index 9acef664e6..70a7a9fb43 100644 --- a/src/environments/environment.common.ts +++ b/src/environments/environment.common.ts @@ -223,7 +223,7 @@ export const environment: GlobalConfig = { // Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains rewriteDownloadUrls: false, mediaViewer: { - image: true, - video: true, + image: false, + video: false, }, };