feat: remove redundant CORS rules from OpenWebUI and add WebSocket upgrade policy to agentgateway-proxy
This commit is contained in:
@@ -59,21 +59,6 @@ helm:
|
||||
- "*"
|
||||
maxAge: 3600
|
||||
allowCredentials: true
|
||||
additionalRules:
|
||||
- backendRefs:
|
||||
- filters:
|
||||
- type: CORS
|
||||
cors:
|
||||
allowOrigins:
|
||||
- "*"
|
||||
allowMethods:
|
||||
- "*"
|
||||
allowHeaders:
|
||||
- "*"
|
||||
exposeHeaders:
|
||||
- "*"
|
||||
maxAge: 3600
|
||||
allowCredentials: true
|
||||
|
||||
|
||||
extraEnvVars:
|
||||
|
||||
Reference in New Issue
Block a user