From d2f18c5d6be1a2ab490304796c01ff0f229f7dc6 Mon Sep 17 00:00:00 2001 From: Redox Date: Thu, 17 Aug 2023 16:13:26 +0100 Subject: [PATCH] Add discord media (#28) --- lua/cfc_http_restrictions/default_config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cfc_http_restrictions/default_config.lua b/lua/cfc_http_restrictions/default_config.lua index d6b4173..d9843cb 100644 --- a/lua/cfc_http_restrictions/default_config.lua +++ b/lua/cfc_http_restrictions/default_config.lua @@ -87,6 +87,7 @@ local config = { ["cdn[%w-_]*.discordapp%.com"] = { allowed = true, pattern = true }, ["images-([%w%-]+)%.discordapp%.net"] = { allowed = true, pattern = true }, + ["media.discordapp.net"] = { allowed = true }, ["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true }, ["(%w+)%.keybase.pub"] = { allowed = true, pattern = true },