Skip to content

Commit a740bc6

Browse files
titusfortnerAutomatedTester
authored andcommitted
SameSite values should be capitalized
1 parent 536adfe commit a740bc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6578,7 +6578,7 @@ <h2>Cookies</h2>
65786578
<td>
65796579
<td>Whether the cookie applies to a SameSite policy.
65806580
Defaults to None if omitted when <a>adding a cookie</a>.
6581-
Can be set to either <a><code>lax</code></a> or <a><code>strict</code></a>.
6581+
Can be set to either <a><code>Lax</code></a> or <a><code>Strict</code></a>.
65826582
</tr>
65836583
</table>
65846584

@@ -10044,8 +10044,8 @@ <h2>Index</h2>
1004410044

1004510045
<dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
1004610046
<ul>
10047-
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>lax</code></a></dfn>
10048-
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>strict</code></a></dfn>
10047+
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>Lax</code></a></dfn>
10048+
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>Strict</code></a></dfn>
1004910049
</ul>
1005010050

1005110051
<dd><p>The following terms are defined in

0 commit comments

Comments
 (0)