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

This commit is contained in:
2022-08-09 13:17:22 -04:00
parent d24ff86d68
commit dc0bf186ae

View File

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