From 6bd3c351f76ffc18be2e9b22dddf3e2f232abf1e Mon Sep 17 00:00:00 2001 From: plally Date: Tue, 21 Feb 2023 20:02:15 -0500 Subject: [PATCH] Update cfc.lua --- lua/cfc_http_restrictions/configs/cfc.lua | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lua/cfc_http_restrictions/configs/cfc.lua b/lua/cfc_http_restrictions/configs/cfc.lua index 23ffcbe..a3b6e99 100644 --- a/lua/cfc_http_restrictions/configs/cfc.lua +++ b/lua/cfc_http_restrictions/configs/cfc.lua @@ -1,16 +1,11 @@ AddCSLuaFile() --- TODO this should be in its own repo - return { version="1", -- this field allows backwards compatibility if the config structure is ever updated wrapHTMLPanels = true, addresses = { - -- TODO can we delete these, we have *.cfcservers.org? - - ["nanny.cfcservers.org"] = {allowed=true, noisy=true, permanent=true}, ["paste.cfcservers.org"] = {allowed=true, noisy=true, permanent=true}, ["cdn.cfcservers.org"] = {allowed=true, noisy=true, permanent=true}, @@ -37,9 +32,11 @@ return { ["*.fox.pics"] = {allowed=true}, -- media player - ["samuelmaddock.github.io"] = {allowed=true}, -- Media player + ["samuelmaddock.github.io"] = {allowed=true}, -- Express - ["gmod.express"] = {allowed=true, permanent=true} + ["gmod.express"] = {allowed=true, permanent=true}, + + ["gmod.pages.dev"] = {allowed=true, permanent=true} } }