We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0485c commit 36d426bCopy full SHA for 36d426b
Resources/config/html_sanitizer.php
@@ -21,7 +21,7 @@
21
->call('allowSafeElements')
22
23
->set('html_sanitizer.sanitizer.default', HtmlSanitizer::class)
24
- ->args([service('html_sanitizer.config')])
+ ->args([service('html_sanitizer.config.default')])
25
->tag('html_sanitizer', ['name' => 'default'])
26
27
->alias('html_sanitizer', 'html_sanitizer.sanitizer.default')
0 commit comments