diff --git a/setup/webmail.sh b/setup/webmail.sh index dd28b47f..4214252f 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -173,6 +173,12 @@ cat > $RCM_CONFIG < '(|(objectClass=mailGroup)(objectClass=mailUser))', # ) ); + +/* ensure roudcube session id's aren't leaked to other parts of the server */ +\$config['session_path'] = '/mail/'; + +/* prevent CSRF, requires php 7.3+ */ +\$config['session_samesite'] = 'Strict'; ?> EOF