From 675d823c22dadee331c6efa3a2772b2d76f78610 Mon Sep 17 00:00:00 2001 From: plally Date: Wed, 7 Sep 2022 17:21:55 -0400 Subject: [PATCH] Update cfc.lua --- lua/cfc_http_restrictions/configs/cfc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cfc_http_restrictions/configs/cfc.lua b/lua/cfc_http_restrictions/configs/cfc.lua index 8394742..dd86a89 100644 --- a/lua/cfc_http_restrictions/configs/cfc.lua +++ b/lua/cfc_http_restrictions/configs/cfc.lua @@ -37,6 +37,6 @@ return { ["*.fox.pics"] = {allowed=true}, -- media player - ["samuelmaddock.github.io"] = {allowed=true, isPermanent=true} -- Media player + ["samuelmaddock.github.io"] = {allowed=true} -- Media player } }