From dc0bf186aeb1152cb1c9a38ac0f0b49975e832a1 Mon Sep 17 00:00:00 2001 From: Rudi Date: Tue, 9 Aug 2022 13:17:22 -0400 Subject: [PATCH] Add URL Whitelisting to Thanos since @MEE6 wants us to pay for it --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 1aaf904..720f65c 100644 --- a/commands.go +++ b/commands.go @@ -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.", }