From 30200673526ea4723b995266c2d485a7ef3ece77 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Tue, 29 Mar 2022 13:42:19 +0200 Subject: [PATCH] Adds more context to the svg compatibility warning Refers to this lengthy discussion: https://github.com/nextcloud/docker/issues/1414 --- core/js/setupchecks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 7e97f1e832d0a..bdc1043855e68 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -445,7 +445,7 @@ messages.push({ msg: t( 'core', - 'Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.' + 'Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it, but by enabling this support you are adding a potential security risk.' ), type: OC.SetupChecks.MESSAGE_TYPE_INFO })