| Age | Commit message (Collapse) | Author |
|
Thanks Thibaud Colas for the review.
|
|
|
|
readers.
|
|
|
|
tags.
|
|
This:
- changes the header, main, and footer content areas to be rendered
in a <header>, <main>, and <footer> tags,
- adds scope attributes to <th>,
- uses <code> for a patterns list,
- uses <small> instead of <span>.
|
|
debug page.
|
|
|
|
- Using the {% plural %} tag.
- Using the |yesno filter.
- Using the |unordered_list filter.
- Unnesting {% if %} where not required.
- Not duplicating {% if %}.
|
|
- Prefer use of `k` and `v` instead of `var.0` and `var.1`.
- Fixed indentation of #files-info block to match adjacent blocks.
|
|
|
|
Follow up to d5f2d5d6041d477fc8f5fc53c20112e07ef104fc.
|
|
Thanks Keryn Knight for the report and the initial patch.
|
|
|
|
|
|
This also prevents sending <form> tags in emails.
|
|
ExceptionReporter._get_raw_insecure_uri().
|
|
technical 500 debug page.
|
|
tracebacks.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Ryan Castner <castner.rr@gmail.com>
|
|
<script> tags.
|
|
templates.
Co-Authored-By: Daniel Hahler <git@thequod.de>
|
|
|
|
|
|
|
|
technical 500 debug page.
This is a security fix.
|
|
"unicode hint".
The test passes before and after the removal. unicode_hint will never
be SafeText, so normal autoescaping is sufficient.
|
|
|
|
template.
|
|
Thanks Tim Graham for the review.
|