Commit b691eba
committed
minor symfony#52324 [HtmlSanitizer] Consider
This PR was merged into the 6.3 branch.
Discussion
----------
[HtmlSanitizer] Consider `width` attribute as safe
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#50153
| License | MIT
Consider the HTML attribute `width` to be safe, as attribute `height` already is.
Commits
-------
827bd6a [HtmlSanitizer] Consider `width` attribute as safewidth attribute as safe (cedric-anne)File tree
2 files changed
+3
-3
lines changed- src/Symfony/Component/HtmlSanitizer
- Reference
- Tests
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
| 430 | + | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments