chore(conf): enable XSRF validation by default

This commit is contained in:
Francis Lachapelle
2021-03-30 16:42:57 -04:00
parent 749013db6d
commit 90fb5426c7
2 changed files with 2 additions and 2 deletions
+1 -1
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 = "$";