Skip to content

Commit b2efceb

Browse files
committed
Doc: Ensure exactly one blank line after SameSite paragraph
1 parent 5d8ca29 commit b2efceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/http.cookies.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,12 @@ Morsel Objects
154154
requests and top-level navigations), and "None" (sent with same-site and
155155
cross-site requests). When using "None", the "secure" attribute must also
156156
be set, as required by modern browsers.
157+
157158
The attribute :attr:`partitioned` indicates to user agents that these
158159
cross-site cookies *should* only be available in the same top-level context
159160
that the cookie was first set in. For this to be accepted by the user agent,
160161
you **must** also set ``Secure``.
161-
162+
162163
In addition, it is recommended to use the ``__Host`` prefix when setting
163164
partitioned cookies to make them bound to the hostname and not the
164165
registrable domain. Read

0 commit comments

Comments
 (0)