mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
enable wrapHTMLPanels by default
This commit is contained in:
parent
f09347a749
commit
1f1ed63664
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user