mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Add steam CDN and developer URLS (#25)
* Add steam cdn urls * Linter style * Add steam dev community
This commit is contained in:
parent
5efe54bb64
commit
4a446a857f
@ -14,10 +14,13 @@ return {
|
||||
addresses = {
|
||||
["google.com"] = { allowed = true, noisy = true },
|
||||
["www.google.com"] = { allowed = true, noisy = true },
|
||||
|
||||
|
||||
["api.steampowered.com"] = { allowed=true },
|
||||
|
||||
["api.steampowered.com"] = { allowed = true },
|
||||
["steamcommunity.com"] = { allowed = true },
|
||||
["developer.valvesoftware.com"] = { allowed = true },
|
||||
["avatars.cloudflare.steamstatic.com"] = { allowed = true },
|
||||
["avatars.akamai.steamstatic.com"] = { allowed = true },
|
||||
|
||||
["api.github.com"] = { allowed = true },
|
||||
["github.com"] = { allowed = true },
|
||||
["thegrb93.github.io"] = { allowed = true },
|
||||
|
Loading…
Reference in New Issue
Block a user