File: samesite.txt

package info (click to toggle)
python-webob 1%3A1.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,664 kB
  • sloc: python: 21,344; makefile: 171
file content (13 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Same-site Cookies
=================

The `Same-site cookie RFC
<https://tools.ietf.org/html/draft-west-first-party-cookies-07>`_ updates
`RFC6265 <https://tools.ietf.org/html/rfc6265>`_ to include a new cookie
attribute named ``SameSite``.

WebOb provides support for setting the ``SameSite`` attribute in its cookie
APIs, using the ``samesite`` keyword argument.

Please refer to the API documentation for :func:`webob.cookies.make_cookie`
and :class:`webob.cookies.CookieProfile` for the keyword arguments.