From d5e216c33b972052f5003d575b6d40dfdba2980e Mon Sep 17 00:00:00 2001 From: plally Date: Wed, 26 Apr 2023 16:11:19 -0400 Subject: [PATCH] Update default_config.lua --- lua/cfc_http_restrictions/default_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cfc_http_restrictions/default_config.lua b/lua/cfc_http_restrictions/default_config.lua index 8042956..ccd1f33 100644 --- a/lua/cfc_http_restrictions/default_config.lua +++ b/lua/cfc_http_restrictions/default_config.lua @@ -16,7 +16,7 @@ return { ["www.google.com"] = { allowed = true, noisy = true }, - ["api.steampowered.com"] = = { allowed=true }, + ["api.steampowered.com"] = { allowed=true }, ["steamcommunity.com"] = { allowed = true }, ["api.github.com"] = { allowed = true }, ["github.com"] = { allowed = true },