mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Merge branch 'main' into feature/CFC-46-pls
This commit is contained in:
commit
636b1cc468
@ -15,9 +15,12 @@ return {
|
|||||||
["google.com"] = { allowed = true, noisy = true },
|
["google.com"] = { allowed = true, noisy = true },
|
||||||
["www.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 },
|
["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 },
|
["api.github.com"] = { allowed = true },
|
||||||
["github.com"] = { allowed = true },
|
["github.com"] = { allowed = true },
|
||||||
["thegrb93.github.io"] = { allowed = true },
|
["thegrb93.github.io"] = { allowed = true },
|
||||||
|
Loading…
Reference in New Issue
Block a user