Skip to content

Commit

Permalink
refactor:PassThroughHosts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha committed Jan 19, 2024
1 parent e18b587 commit e78ff66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
)

var (
PassThroughHosts = []string{"dc\\.services\\.visualstudio\\.com"}
PassThroughHosts = []string{"^dc\\.services\\.visualstudio\\.com$"}
)

var orangeColorSGR = []color.Attribute{38, 5, 208}
Expand Down

0 comments on commit e78ff66

Please sign in to comment.