mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 18:05:36 +00:00
chore(conf): enable XSRF validation by default
This commit is contained in:
@@ -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.
|
||||
|
||||
|=======================================================================
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
WOPidFile = "/var/run/sogo/sogo.pid";
|
||||
WOHTTPAdaptorCapitalizeHeaders = YES;
|
||||
WOPort = "127.0.0.1:20000";
|
||||
SOGoXSRFValidationEnabled = NO;
|
||||
SOGoXSRFValidationEnabled = YES;
|
||||
|
||||
NGImap4ConnectionStringSeparator = "/";
|
||||
NGImap4ConnectionGroupIdPrefix = "$";
|
||||
|
||||
Reference in New Issue
Block a user