no cookie domain by default
This commit is contained in:
parent
fa0ceb62f2
commit
c24f8c8199
5 changed files with 34 additions and 125 deletions
|
|
@ -37,6 +37,10 @@ Unreleased
|
|||
binary file instead. :issue:`4989`
|
||||
- If a blueprint is created with an empty name it raises a ``ValueError``.
|
||||
:issue:`5010`
|
||||
- ``SESSION_COOKIE_DOMAIN`` does not fall back to ``SERVER_NAME``. The default is not
|
||||
to set the domain, which modern browsers interpret as an exact match rather than
|
||||
a subdomain match. Warnings about ``localhost`` and IP addresses are also removed.
|
||||
:issue:`5051`
|
||||
|
||||
|
||||
Version 2.2.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue