Update index.html with latest allowOrigins: (#8791)

Fix issue: https://discuss.istio.io/t/configuring-cors/7458/6
This commit is contained in:
John Zheng 2021-03-18 16:12:53 +08:00 committed by GitHub
parent 02e64ff083
commit a84e457f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ spec:
host: ratings.prod.svc.cluster.local
subset: v1
corsPolicy:
allowOrigin:
- example.com
allowOrigins:
- exact: example.com
allowMethods:
- POST
- GET