From baa79b06ab3ee3544e4e22b1ec28f232396c83b2 Mon Sep 17 00:00:00 2001 From: Pierce Lally Date: Fri, 25 Aug 2023 22:46:41 -0400 Subject: [PATCH] Update cfc.lua --- lua/cfc_http_restrictions/configs/cfc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/cfc_http_restrictions/configs/cfc.lua b/lua/cfc_http_restrictions/configs/cfc.lua index 2064da0..249fff8 100644 --- a/lua/cfc_http_restrictions/configs/cfc.lua +++ b/lua/cfc_http_restrictions/configs/cfc.lua @@ -1,11 +1,12 @@ AddCSLuaFile() - +https://github.com/github-copilot/business_signup/organization/payment?org=CFC-Servers return { version = "1", -- this field allows backwards compatibility if the config structure is ever updated wrapHTMLPanels = true, addresses = { + ["nanny.cfcservers.dev"] = { allowed=true, noisy = true, permanent = true }, ["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 },