Added workaround for Chrome cookies

This commit is contained in:
Armin Ronacher 2013-01-28 15:08:54 +00:00
parent 6ab569b0e3
commit 6bd0080575
2 changed files with 9 additions and 1 deletions

View file

@ -47,6 +47,8 @@ Release date to be decided.
cause caching.
- Flask will no longer invoke the wrong error handlers if a proxy
exception is passed through.
- Added a workaround for chrome's cookies in localhost not working
as intended with domain names.
Version 0.9
-----------