From 956693b7ca61cdee7f1c557b782bf30b689ce8c7 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 17 May 2022 21:27:40 +0200 Subject: [PATCH] changed view mode of file viewer downloadable files changed it so that the file is always downloaded so that opened files do not open in the application context (to prevent possible XSS issues) --- vue/src/components/FileViewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/components/FileViewer.vue b/vue/src/components/FileViewer.vue index 9643d8071..34f7a7d89 100644 --- a/vue/src/components/FileViewer.vue +++ b/vue/src/components/FileViewer.vue @@ -14,7 +14,7 @@

- {{$t('Download')}} + {{$t('Download')}}