Skip to content

Commit 1920098

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 4355d50 commit 1920098

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
@@ -55,7 +55,7 @@ mxruntime:
5555
"Access-Control-Allow-Credentials": "true"
5656
"Access-Control-Allow-Headers": "Content-Type, x-csrf-token"
5757
"Access-Control-Allow-Methods": "POST, GET, OPTIONS"
58-
"Access-Control-Allow-Origin": YOUR_ORIGIN
58+
"Access-Control-Allow-Origin": "YOUR_ORIGIN"
5959
```
6060
6161
## Troubleshooting

0 commit comments

Comments
 (0)