diff options
author | Alan Pearce | 2025-01-20 10:24:23 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-20 10:24:23 +0100 |
commit | 584d295c25697c19ffd369d22281f7d53a139f18 (patch) | |
tree | bb9ba3f2bd925fad9310cde33ed37faa07dacd61 /defaults.toml | |
parent | 19d8046f99d9f395f8529886f37292d99dc1a4d9 (diff) | |
download | searchix-584d295c25697c19ffd369d22281f7d53a139f18.tar.lz searchix-584d295c25697c19ffd369d22281f7d53a139f18.tar.zst searchix-584d295c25697c19ffd369d22281f7d53a139f18.zip |
feat: allow HTTP request logging to be disabled
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] |