mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Merge pull request #17 from sr229/main
Add in latest whitelisted remotes from StarfallEx
This commit is contained in:
commit
168b21dc6b
@ -74,6 +74,9 @@ return {
|
||||
|
||||
["cdn[%w-_]*.discordapp%.com"] = { allowed = true, pattern = true },
|
||||
["images-([%w%-]+)%.discordapp%.net"] = { allowed = true, pattern = true },
|
||||
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true }
|
||||
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true },
|
||||
|
||||
["(%w+)%.keybase.pub/(.+)"] = { allowed = true, pattern = true },
|
||||
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user