mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Add discord media (#28)
This commit is contained in:
parent
4733bf1de8
commit
d2f18c5d6b
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user