Skip to content

Commit 2031d45

Browse files
committed
update html_sanitizer configuration and remove empty line
1 parent 3e791b5 commit 2031d45

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/packages/html_sanitizer.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ html_sanitizer:
66
# to learn more about which extensions you would like to enable.
77
extensions:
88
- 'basic'
9-
# - 'list'
10-
# - 'table'
11-
# - 'image'
12-
# - 'code'
9+
- 'list'
10+
- 'table'
11+
- 'image'
12+
- 'code'
1313
# - 'iframe'
1414
# - 'extra'
1515

src/Twig/AppExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Twig\TwigFunction;
1818

1919
/**
20-
*
2120
* See https://symfony.com/doc/current/templating/twig_extension.html
2221
*
2322
* @author Ryan Weaver <[email protected]>

0 commit comments

Comments
 (0)