enable wrapHTMLPanels by default

This commit is contained in:
Pierce 2023-08-10 11:25:54 -04:00
parent f09347a749
commit 1f1ed63664
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -4,7 +4,7 @@ return {
version = "1", -- this field allows backwards compatibility if the config structure is ever updated version = "1", -- this field allows backwards compatibility if the config structure is ever updated
-- if this is true html panel functions will be wrapped and checked for potential urls -- if this is true html panel functions will be wrapped and checked for potential urls
wrapHTMLPanels = false, wrapHTMLPanels = true,
defaultAssetURIOptions = { defaultAssetURIOptions = {
allowed = true allowed = true