forked from orbit-oss/flask
configure and check trusted_hosts
This commit is contained in:
parent
10bdf61a0f
commit
4f7156f2c3
4 changed files with 40 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ Unreleased
|
|||
- Fix how setting ``host_matching=True`` or ``subdomain_matching=False``
|
||||
interacts with ``SERVER_NAME``. Setting ``SERVER_NAME`` no longer restricts
|
||||
requests to only that domain. :issue:`5553`
|
||||
- ``Request.trusted_hosts`` is checked during routing, and can be set through
|
||||
the ``TRUSTED_HOSTS`` config. :issue:`5636`
|
||||
|
||||
|
||||
Version 3.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue