#24464 closed Cleanup/optimization (fixed)
Update default of template filters autoescape parameter to True
Reported by: | Sasha Romijn | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Markus Holtermann | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In order to avoid relying on users reading the documentation added in #21722 about the requirement to call built-in template filters with autoescape=True
if escaping is needed, it seems useful to update the default to escape by default.
Change History (5)
comment:1 Changed 9 years ago by
Cc: | Markus Holtermann added |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In fa350e2f303572ee8f9a8302dda45a12288d3d95: