Skip to content

Commit d3a25df

Browse files
committed
fix: remove allowed creds
1 parent 5d00398 commit d3a25df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/serve_http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var serveHttpCmd = &cobra.Command{
4040

4141
// build cors
4242
muxCorsWithRouter := muxHandlers.CORS(
43-
muxHandlers.AllowCredentials(),
43+
// muxHandlers.AllowCredentials(),
4444
muxHandlers.AllowedHeaders(cfg.CORS_ALLOWED_HEADERS),
4545
muxHandlers.AllowedMethods(cfg.CORS_ALLOWED_METHODS),
4646
muxHandlers.AllowedOrigins(cfg.CORS_ALLOWED_ORIGINS),

0 commit comments

Comments
 (0)