mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Add steamuserimages (#53)
This commit is contained in:
parent
33b31a0742
commit
89c471034e
@ -31,6 +31,9 @@ local config = {
|
||||
["developer.valvesoftware.com"] = { allowed = true },
|
||||
["avatars.cloudflare.steamstatic.com"] = { allowed = true },
|
||||
["avatars.akamai.steamstatic.com"] = { allowed = true },
|
||||
["steamuserimages-a.akamaihd.net"] = { allowed = true },
|
||||
["images.akamai.steamusercontent.com"] = { allowed = true },
|
||||
["steamcdn-a.akamaihd.net"] = { allowed = true },
|
||||
|
||||
["api.github.com"] = { allowed = true },
|
||||
["github.com"] = { allowed = true },
|
||||
@ -71,10 +74,6 @@ local config = {
|
||||
|
||||
["puu.sh"] = { allowed = true },
|
||||
|
||||
["images.akamai.steamusercontent.com"] = { allowed = true },
|
||||
|
||||
["steamcdn-a.akamaihd.net"] = { allowed = true },
|
||||
|
||||
["facepunch.com"] = { allowed = true },
|
||||
["*.facepunch.com"] = { allowed = true },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user