Skip to content

Commit 4355d50

Browse files
Update content/en/docs/refguide/runtime/custom-settings/configure-cors.md
Co-authored-by: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com>
1 parent cb5fe79 commit 4355d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/runtime/custom-settings/configure-cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To enable CORS, configure the following custom runtime settings. For general inf
2727

2828
| Name | Value | Description |
2929
| --- | --- | --- |
30-
| `com.mendix.core.SameSiteCookies` | `None` | Allows cookie sharing between the runtime origin and the client origin. This is required for cross-origin authentication to work correctly. |
30+
| `com.mendix.core.SameSiteCookies` | `None` | Allows cookie sharing between the runtime origin and the client origin. This is required for cross-origin authentication to work correctly. The value needs to be set to "None", not left with no value. |
3131

3232
### Custom HTTP Response Headers
3333

0 commit comments

Comments
 (0)