Files
Nicolas Grekas e36489d352 Pre-escape HTML input on inline_css and inky_to_html filters
Both filters consume HTML on the input side. Adding `pre_escape => 'html'`
makes the autoescaper escape attacker-controlled inputs before the filters
process them, so they are no longer reachable via `{{ user_input|inline_css }}`
or `{{ user_input|inky_to_html }}` without an explicit `|raw`.
2026-05-15 15:14:14 +02:00
..
2025-07-29 10:07:07 +02:00
2025-01-31 21:45:36 +01:00
2023-02-08 08:44:48 +01:00
2024-06-21 08:22:31 +02:00

Twig CssInliner Extension

This package is a Twig extension that provides the following:

  • inline_css filter: inlines CSS styles in HTML documents.