better changeset example
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user