From 89c471034e3b66428c15ea329e7fa1f072ca5739 Mon Sep 17 00:00:00 2001 From: Redox Date: Thu, 25 Jan 2024 23:44:56 +0100 Subject: [PATCH] Add steamuserimages (#53) --- lua/cfc_http_restrictions/default_config.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lua/cfc_http_restrictions/default_config.lua b/lua/cfc_http_restrictions/default_config.lua index 2b2c34b..c0db262 100644 --- a/lua/cfc_http_restrictions/default_config.lua +++ b/lua/cfc_http_restrictions/default_config.lua @@ -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 },