From f268cd11e477324e2fcdc4d3d45ae4028553e086 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 22 Aug 2025 08:04:57 +0200 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a144f1db..b9753f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,7 +128,7 @@ * Fix: Using icalendar's tzinfo on created datetime to fix issue with icalendar * Fix: typos in code * Enhancement: Added free-busy report -* Enhancement: Added 'max_freebusy_occurrences` setting to avoid potential DOS on reports +* Enhancement: Added 'max_freebusy_occurrences` setting to avoid potential DoS on reports * Enhancement: remove unexpected control codes from uploaded items * Enhancement: add 'strip_domain' setting for username handling * Enhancement: add option to toggle debug log of rights rule with doesn't match diff --git a/config b/config index c38457df..0e08659b 100644 --- a/config +++ b/config @@ -342,5 +342,5 @@ [reporting] # When returning a free-busy report, limit the number of returned -# occurences per event to prevent DOS attacks. +# occurences per event to prevent DoS attacks. #max_freebusy_occurrence = 10000