Add link to MarkupSafe in FAQ
This commit is contained in:
parent
d3d0910d8a
commit
f502aac8dc
@ -70,6 +70,8 @@ these document types.
|
||||
|
||||
While automatic escaping means that you are less likely have an XSS
|
||||
problem, it also requires significant extra processing during compiling
|
||||
and rendering, which can reduce performance. Jinja uses MarkupSafe for
|
||||
and rendering, which can reduce performance. Jinja uses `MarkupSafe`_ for
|
||||
escaping, which provides optimized C code for speed, but it still
|
||||
introduces overhead to track escaping across methods and formatting.
|
||||
|
||||
.. _MarkupSafe: https://markupsafe.palletsprojects.com/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user