Skip to content

Commit

Permalink
Adds more context to the svg compatibility warning
Browse files Browse the repository at this point in the history
Refers to this lengthy discussion:
nextcloud/docker#1414
  • Loading branch information
pierreozoux authored Mar 29, 2022
1 parent 262d22f commit 3020067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/setupchecks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 3020067

Please sign in to comment.