pallets / jinja

A very fast and expressive template engine.
https://jinja.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.6k forks source link

fix: `tojson` filter now respects `autoescape` #1937

Open boy2000-007man opened 7 months ago

boy2000-007man commented 7 months ago
  1. tojson filter now checks and respects autoescape setting, extends its usage to non-HTML documents

Checklist: