diff options
Diffstat (limited to 'defaults.toml')
-rw-r--r-- | defaults.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/defaults.toml b/defaults.toml index bfd2efa..5b417b1 100644 --- a/defaults.toml +++ b/defaults.toml @@ -17,6 +17,8 @@ SentryDSN = '' Environment = 'development' # Content to add to HTML <head>. Can be used to override styling, add scripts, etc. ExtraHeadHTML = '' +# Whether to log incoming HTTP requests +LogRequests = true # Content-Security-Policy header to send with requests. Should only need changing if ExtraHeadHTML is used. [Web.ContentSecurityPolicy] |