Skip to content

Commit

Permalink
mitm: rename default org name to forwarder
Browse files Browse the repository at this point in the history
Fixes #588
  • Loading branch information
Choraden authored and mmatczuk committed Feb 22, 2024
1 parent 6bbeba3 commit 8e36335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitm.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type MITMConfig struct {

func DefaultMITMConfig() *MITMConfig {
return &MITMConfig{
Organization: "Sauce Labs Inc.",
Organization: "Forwarder Proxy MITM",
Validity: 24 * time.Hour, //nolint:gomnd // 24 hours is a reasonable default
}
}
Expand Down

0 comments on commit 8e36335

Please sign in to comment.