mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Update default_config.lua
This commit is contained in:
parent
168b21dc6b
commit
9f6fc16dea
@ -14,7 +14,9 @@ return {
|
||||
addresses = {
|
||||
["google.com"] = { allowed = true, noisy = true },
|
||||
["www.google.com"] = { allowed = true, noisy = true },
|
||||
|
||||
|
||||
|
||||
["api.steampowered.com"] = = { allowed=true },
|
||||
["steamcommunity.com"] = { allowed = true },
|
||||
["api.github.com"] = { allowed = true },
|
||||
["github.com"] = { allowed = true },
|
||||
@ -77,6 +79,7 @@ return {
|
||||
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true },
|
||||
|
||||
["(%w+)%.keybase.pub/(.+)"] = { allowed = true, pattern = true },
|
||||
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true }
|
||||
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true },
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user