Merge remote-tracking branch 'origin/support/2.6' into support/2.7

This commit is contained in:
Molkobain
2021-11-26 13:59:29 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1116,7 +1116,7 @@ class Config
'svg_sanitizer' => array(
'type' => 'string',
'description' => 'The class to use for SVG sanitization : allow to provide a custom made sanitizer',
'default' => 'SvgDOMSanitizer',
'default' => 'SVGDOMSanitizer',
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => false,