From 8ca43340888abf193fc237d5afec3139c797fb20 Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Sat, 19 Nov 2022 14:28:15 -0800 Subject: [PATCH] Add Express (#1) --- lua/cfc_http_restrictions/configs/cfc.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/cfc_http_restrictions/configs/cfc.lua b/lua/cfc_http_restrictions/configs/cfc.lua index dd86a89..b2c6414 100644 --- a/lua/cfc_http_restrictions/configs/cfc.lua +++ b/lua/cfc_http_restrictions/configs/cfc.lua @@ -38,5 +38,8 @@ return { -- media player ["samuelmaddock.github.io"] = {allowed=true} -- Media player + + -- Express + ["gmod.express"] = {allowed=true, permanent=true} } }