diff --git a/config.toml b/config.toml index 74fc5a92..b0fc5ab4 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,9 @@ languageCode = 'en-us' pluralizeListTitles = false disablePathToLower = true +[security.http] + urls = ['.*'] + [outputs] home = ["HTML"] page = ["HTML"]