forked from orbit-oss/flask
Documented change regarding the session cookie domain policy in the CHANGES
This commit is contained in:
parent
da514b3984
commit
60e143ecb6
1 changed files with 2 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -10,7 +10,8 @@ Codename to be decided, release date to be announced.
|
||||||
|
|
||||||
- fixed a bug with subdomains that was caused by the inability to
|
- fixed a bug with subdomains that was caused by the inability to
|
||||||
specify the server name. The server name can now be set with
|
specify the server name. The server name can now be set with
|
||||||
the `SERVER_NAME` config key.
|
the `SERVER_NAME` config key. This key is now also used to set
|
||||||
|
the session cookie cross-subdomain wide.
|
||||||
- autoescaping is no longer active for all templates. Instead it
|
- autoescaping is no longer active for all templates. Instead it
|
||||||
is only active for ``.html``, ``.htm``, ``.xml`` and ``.xhtml``.
|
is only active for ``.html``, ``.htm``, ``.xml`` and ``.xhtml``.
|
||||||
Inside templates this behaviour can be changed with the
|
Inside templates this behaviour can be changed with the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue