Browse Source

Add URL Whitelisting to Thanos since @MEE6 wants us to pay for it

master
Gregory Rudolph 2 years ago
parent
commit
dc0bf186ae
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      commands.go

2
commands.go

@ -95,7 +95,7 @@ func setupCommands() { @@ -95,7 +95,7 @@ func setupCommands() {
urlWhitelist := Command{
Name: "Whitelist URL",
RequiresAdmin: true,
Keywords: []string{"whitelist"},
Keywords: []string{"whitelist", "wl"},
Exec: WhitelistURL,
Help: "Add a domain to the HTTP whitelist domains are in the format `thisvid.com` without the subdomain.",
}

Loading…
Cancel
Save