Commit a64bda2
committed
bug #48602 [HtmlSanitizer] Fix HtmlSanitizer default configuration behavior for allowed schemes (Titouan Galopin)
This PR was merged into the 6.1 branch.
Discussion
----------
[HtmlSanitizer] Fix HtmlSanitizer default configuration behavior for allowed schemes
| Q | A
| ------------- | ---
| Branch? | 6.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix symfony/symfony#48556
| License | MIT
| Doc PR | -
This issue happened not in the component but in the default configuration behavior (array was passed instead of null).
Commits
-------
93e5160ec0 Fix HtmlSanitizer default configuration behavior for allowed schemesFile tree
2 files changed
+8
-2
lines changed- DependencyInjection
- Tests/DependencyInjection
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2738 | 2738 | | |
2739 | 2739 | | |
2740 | 2740 | | |
2741 | | - | |
| 2741 | + | |
| 2742 | + | |
| 2743 | + | |
2742 | 2744 | | |
2743 | 2745 | | |
2744 | | - | |
| 2746 | + | |
| 2747 | + | |
| 2748 | + | |
2745 | 2749 | | |
2746 | 2750 | | |
2747 | 2751 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2140 | 2140 | | |
2141 | 2141 | | |
2142 | 2142 | | |
| 2143 | + | |
2143 | 2144 | | |
| 2145 | + | |
2144 | 2146 | | |
2145 | 2147 | | |
2146 | 2148 | | |
| |||
0 commit comments