From 05c24b719fbd3a807000e2642a3d2215740734bc Mon Sep 17 00:00:00 2001 From: Pierce Lally Date: Mon, 21 Aug 2023 21:37:34 -0400 Subject: [PATCH] Revert setting wrapHTMLPanels = true by default --- lua/cfc_http_restrictions/default_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cfc_http_restrictions/default_config.lua b/lua/cfc_http_restrictions/default_config.lua index a81ea66..7962baa 100644 --- a/lua/cfc_http_restrictions/default_config.lua +++ b/lua/cfc_http_restrictions/default_config.lua @@ -11,7 +11,7 @@ AddCSLuaFile() local config = { version = "1", -- this field allows backwards compatibility if the config structure is ever updated - wrapHTMLPanels = true, + wrapHTMLPanels = false, defaultAssetURIOptions = { allowed = true