mirror of https://github.com/istio/istio.io.git
Update index.html with latest allowOrigins: (#8791)
Fix issue: https://discuss.istio.io/t/configuring-cors/7458/6
This commit is contained in:
parent
02e64ff083
commit
a84e457f81
|
@ -120,8 +120,8 @@ spec:
|
|||
host: ratings.prod.svc.cluster.local
|
||||
subset: v1
|
||||
corsPolicy:
|
||||
allowOrigin:
|
||||
- example.com
|
||||
allowOrigins:
|
||||
- exact: example.com
|
||||
allowMethods:
|
||||
- POST
|
||||
- GET
|
||||
|
|
Loading…
Reference in New Issue