You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/news.rst
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,20 @@ Changelog
13
13
- sdist generation now explicitly excludes sphinx build folder (:pr:`3257`)
14
14
- decode bytes-typed status (as can be passed by gevent) as utf-8 instead of raising `TypeError` (:pr:`2336`)
15
15
- raise correct Exception when encounting invalid chunked requests (:pr:`3258`)
16
-
- the SCRIPT_NAME header when received from allowed forwarders is no longer restricted for containing an underscore (:pr:`3192`)
16
+
- the SCRIPT_NAME and PATH_INFO headers, when received from allowed forwarders, are no longer restricted for containing an underscore (:pr:`3192`)
17
+
- include IPv6 loopback address ``[::1]`` in default for :ref:`forwarded-allow-ips` and :ref:`proxy-allow-ips` (:pr:`3192`)
17
18
18
19
** NOTE **
19
20
20
21
- The SCRIPT_NAME change mitigates a regression that appeared first in the 22.0.0 release
21
-
- Review your ``forwarded-allow-ips`` setting if you are still not seeing the SCRIPT_NAME transmitted
22
+
- Review your :ref:`forwarded-allow-ips` setting if you are still not seeing the SCRIPT_NAME transmitted
23
+
- Review your :ref:`forwarder-headers` setting if you are missing headers after upgrading from a version prior to 22.0.0
22
24
23
25
** Breaking changes **
24
26
25
27
- refuse requests where the uri field is empty (:pr:`3255`)
26
28
- refuse requests with invalid CR/LR/NUL in heade field values (:pr:`3253`)
27
-
- remove temporary `--tolerate-dangerous-framing` switch from 22.0 (:pr:`3260`)
29
+
- remove temporary ``--tolerate-dangerous-framing`` switch from 22.0 (:pr:`3260`)
28
30
- If any of the breaking changes affect you, be aware that now refused requests can post a security problem, especially so in setups involving request pipe-lining and/or proxies.
0 commit comments