remove x-grpc-web header in cors

This commit is contained in:
Livio Amstutz 2020-03-30 09:58:55 +02:00
parent 59dc4dbe85
commit 501d453822

View File

@ -18,7 +18,6 @@ var (
api.AcceptLanguage,
api.Authorization,
api.ZitadelOrgID,
"x-grpc-web", //TODO: needed
},
AllowedMethods: []string{
http.MethodOptions,