]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: Support renaming the XSRF cookie 3244/head
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Mar 2023 20:03:28 +0000 (20:03 +0000)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Mar 2023 20:25:26 +0000 (20:25 +0000)
commiteb61029aa268456890c68ed1565dcaac1fdafb4a
tree5ab9f0e0640ac35c267446a8cbf4095c10c37e21
parent7186b865093e4fd7e186bf9a821b4df9740ca076
web: Support renaming the XSRF cookie

This makes it possible to use the __Host- cookie prefix for increased
security
docs/web.rst
tornado/test/web_test.py
tornado/web.py