Skip to content

Commit fcef0c2

Browse files
author
Daniel Chadwick
committed
ocpbugs5541: correcting samesite value descriptions
1 parent 24fde85 commit fcef0c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-route-specific-annotations.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ The maximum number of IP addresses and CIDR ranges directly visible in the `hapr
4747
|`haproxy.router.openshift.io/rewrite-target` | Sets the rewrite path of the request on the backend. |
4848
|`router.openshift.io/cookie-same-site` | Sets a value to restrict cookies. The values are:
4949

50-
`Lax`: cookies are transferred between the visited site and third-party sites.
50+
`Lax`: the browser does not send cookies on cross-site requests, but does send cookies when users navigate to the origin site from an external site. This is the default browser behavior when the `SameSite` value is not specified.
5151

52-
`Strict`: cookies are restricted to the visited site.
52+
`Strict`: the browser sends cookies only for same-site requests.
5353

54-
`None`: cookies are restricted to the visited site.
54+
`None`: the browser sends cookies for both cross-site and same-site requests.
5555

5656
This value is applicable to re-encrypt and edge routes only. For more information, see the link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite[SameSite cookies documentation].|
5757

0 commit comments

Comments
 (0)