diff --git a/docs/guide/standalone/options.md b/docs/guide/standalone/options.md index 271cd29..6a6b0fb 100644 --- a/docs/guide/standalone/options.md +++ b/docs/guide/standalone/options.md @@ -2,7 +2,7 @@ ## CORS -You can change the default CORS settings for redeeming and generating challenges by setting the `CORS_ORIGIN` environment variable when running the server. This defaults to `*`, which allows all origins. You can add multiple origins by separating them with commas, like `https://...,https:/...`. +You can change the default CORS settings for redeeming and generating challenges by setting the `CORS_ORIGIN` environment variable when running the server. This defaults to `*`, which allows all origins. You can add multiple origins by separating them with commas, like `domain1.tld,domain2.tld,...`. ## Asset server