Skip to content

Commit

Permalink
config: make LIVE/live empty, to prevent users getting 403..
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 24, 2024
1 parent 56d9957 commit 90a963b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ func (b *Binary) setup() error {
return err
}

if b.Channel == "LIVE" || b.Channel == "live" {
b.Channel = ""
}

return b.pickCard()
}

Expand Down

0 comments on commit 90a963b

Please sign in to comment.