There was an error while loading. Please reload this page.
1 parent beb9049 commit f7efd0cCopy full SHA for f7efd0c
1 file changed
main.go
@@ -62,7 +62,7 @@ func RunWebProxy(grpcServer *grpc.Server, config *config.Config) {
62
})
63
64
// Add CORS headers for browsers
65
- corsHandler := cors.Default().Handler(handler)
+ corsHandler := cors.AllowAll().Handler(handler)
66
67
// Set up HTTP routes
68
httpMux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
0 commit comments