Skip to content

Commit b1a88dc

Browse files
[CF1] samesite warning (cloudflare#25231)
1 parent 8c837e7 commit b1a88dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ The selector options are:
101101

102102
Refer to the [Mozilla documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#samesitesamesite-value) for more information.
103103

104+
:::caution
105+
106+
If you are receiving the `ERR_TOO_MANY_REDIRECTS` errors, make sure your `SameSite` setting is set to None or Lax. Setting the `SameSite` setting to Strict can result in too many redirects.
107+
108+
:::
109+
104110
#### When not to use SameSite
105111

106112
Do not enable `SameSite` restrictions if you have additional sites or applications that rely on a specific application's authorization cookie.

0 commit comments

Comments
 (0)