Skip to content

Commit

Permalink
Do not subscribe by default to badbits
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 18, 2023
1 parent 42d02d5 commit 1964b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {
},
&cli.StringFlag{
Name: "denylists",
Value: "https://denyli.st/badbits.deny",
Value: "",
EnvVars: []string{"RAINBOW_DENYLISTS"},
Usage: "Denylist subscriptions (comma-separated)",

Check warning on line 128 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L125-L128

Added lines #L125 - L128 were not covered by tests
},
Expand Down

0 comments on commit 1964b01

Please sign in to comment.