The @ and % placeholders are generally better to use than ! unless you really need to use ! and have done your own text filtering.
This patch does that change. I don't see a way to abuse this for XSS given that the section comes from a hard-coded list so I'm posting it publicly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1351024_swap_t_placeholders.patch | 582 bytes | greggles |
Comments
Comment #1
gregglesComment #2
simon georges commentedPatch applies cleanly and works.
Comment #3
simon georges commentedCommitted, thanks!