FIX: whitelist 'feGaussianBlur' and 'filter' svg elements

This commit is contained in:
Régis Hanol 2019-04-01 12:56:47 +02:00
parent e986e96227
commit 2b721dff57

View File

@ -6,8 +6,9 @@ class UploadCreator
TYPES_TO_CROP ||= %w{avatar card_background custom_emoji profile_background}.each(&:freeze)
WHITELISTED_SVG_ELEMENTS ||= %w{
circle clippath defs ellipse g line linearGradient path polygon polyline
radialGradient rect stop style svg text textpath tref tspan use
circle clippath defs ellipse feGaussianBlur filter g line linearGradient
path polygon polyline radialGradient rect stop style svg text textpath
tref tspan use
}.each(&:freeze)
# Available options