chore(conf): enable XSRF validation by default

pull/296/head
Francis Lachapelle 2021-03-30 16:42:57 -04:00
parent 749013db6d
commit 90fb5426c7
2 changed files with 2 additions and 2 deletions

View File

@ -778,7 +778,7 @@ must be set to a value equal or higher than _SOGoRequestBlockInterval_.
|D |SOGoXSRFValidationEnabled
|Parameter used to enable or not XSRF (also known as CSRF) protection in SOGo.
Default value is `NO`, or disabled.
Default value is `YES`, or enabled.
|=======================================================================

View File

@ -6,7 +6,7 @@
WOPidFile = "/var/run/sogo/sogo.pid";
WOHTTPAdaptorCapitalizeHeaders = YES;
WOPort = "127.0.0.1:20000";
SOGoXSRFValidationEnabled = NO;
SOGoXSRFValidationEnabled = YES;
NGImap4ConnectionStringSeparator = "/";
NGImap4ConnectionGroupIdPrefix = "$";