From ada5dbb58c45502b8275850a3bc0876debc66888 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 1 Feb 2021 17:28:23 +0100 Subject: [PATCH] styles: format --- docs/docs/debug/csrf.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/debug/csrf.mdx b/docs/docs/debug/csrf.mdx index d908a74b1e4c..2b736ea0c9f6 100644 --- a/docs/docs/debug/csrf.mdx +++ b/docs/docs/debug/csrf.mdx @@ -54,7 +54,10 @@ as well as the network tab - look for `Cookie` and `Set-Cookie` HTTP Headers: ### SameSite Attribute -If you run ORY Kratos in `--dev` mode, it disables `SameSite=Lax` as Google Chrome rejects all cookies that have `SameSite=Lax` but have `secure` set to `false`. If you require `SameSite=Lax`, you need to run Ory Kratos with HTTPS and not use the `--dev` flag. +If you run ORY Kratos in `--dev` mode, it disables `SameSite=Lax` as Google +Chrome rejects all cookies that have `SameSite=Lax` but have `secure` set to +`false`. If you require `SameSite=Lax`, you need to run Ory Kratos with HTTPS +and not use the `--dev` flag. ### ORY Kratos running over HTTP without dev-mode enabled