Merge branch '2.11.x' into 3.0.x

This commit is contained in:
David Lord 2022-03-11 14:37:22 -08:00
commit 5962edeb27
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8

View File

@ -95,7 +95,7 @@ means that you will less likely have an XSS problem it also causes a huge
amount of extra processing in the template engine which can cause serious
performance problems. As Python doesn't provide a way to mark strings as
unsafe Jinja has to hack around that limitation by providing a custom
string class (the :class:`Markup` string) that safely interacts with safe
string class (the :class:`~markupsafe.Markup` string) that safely interacts with safe
and unsafe strings.
With explicit escaping however the template engine doesn't have to perform