From 2f2a6d401863934f7a8fa154f72d419462d52524 Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Sat, 12 Aug 2023 13:17:13 -0700 Subject: [PATCH] Add Express Staging domain --- lua/cfc_http_restrictions/configs/cfc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cfc_http_restrictions/configs/cfc.lua b/lua/cfc_http_restrictions/configs/cfc.lua index 05b9590..2064da0 100644 --- a/lua/cfc_http_restrictions/configs/cfc.lua +++ b/lua/cfc_http_restrictions/configs/cfc.lua @@ -43,6 +43,7 @@ return { -- Express ["gmod.express"] = { allowed = true, permanent = true }, + ["stg.gmod.express"] = { allowed = true, permanent = true }, ["gmod.pages.dev"] = { allowed = true, permanent = true },