diff --git a/.changeset/rich-deers-run.md b/.changeset/rich-deers-run.md index 23d81ef30d..e8a15c4464 100644 --- a/.changeset/rich-deers-run.md +++ b/.changeset/rich-deers-run.md @@ -8,9 +8,7 @@ Add glob patterns support to config CORS options. It's possible to send patterns backend: cors: origin: - [ - https://*.my-domain.com, - http://localhost:700?, - 'https://sub-domain-+([0-9]).my-domain.com', - ] + - https://*.my-domain.com + - http://localhost:700[0-9] + - https://sub-domain-+([0-9]).my-domain.com ```