File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments