Skip to content

Commit bb3e6d9

Browse files
AutomatedTestershs96c
authored andcommitted
Add references to Same-Site. Fixes issue #1474
1 parent 395ab71 commit bb3e6d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6436,7 +6436,7 @@ <h2>Cookies</h2>
64366436
<td>
64376437
<td>Whether the cookie applies to a SameSite policy.
64386438
Defaults to None if omitted when <a>adding a cookie</a>.
6439-
Can be set to either "<code>Lax</code>" or "<code>Strict</code>".
6439+
Can be set to either <a><code>lax</code></a> or <a><code>strict</code></a>.
64406440
</tr>
64416441
</table>
64426442

@@ -9890,6 +9890,12 @@ <h2>Index</h2>
98909890
<!-- Receives a cookie --> <li><dfn data-lt="receiving a cookie"><a href=https://tools.ietf.org/html/rfc6265#section-5.3>Receives a cookie</a></dfn>
98919891
</ul>
98929892

9893+
<dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
9894+
<ul>
9895+
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00#section-4.1"><code>lax</code></a></dfn>
9896+
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00#section-4.1"><code>strict</code></a></dfn>
9897+
</ul>
9898+
98939899
<dd><p>The following terms are defined in
98949900
the Hypertext Transfer Protocol (HTTP) Status Code Registry:
98959901
<ul>

0 commit comments

Comments
 (0)