Skip to content

Commit

Permalink
styles: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 2, 2021
1 parent 2df6729 commit ada5dbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/debug/csrf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ada5dbb

Please sign in to comment.