mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
fix(authentication): Reduce Cookie user key len to avoid exceeding 4096 bytes. Users in chrome <= 75 could not login due to cookie of 4099 bytes
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
about the same. The length is prior to bas64 encoding, so we must calculate
|
||||
a 33-36% increase.
|
||||
*/
|
||||
#define COOKIE_USERKEY_LEN 3000
|
||||
#define COOKIE_USERKEY_LEN 2096
|
||||
|
||||
@implementation SOGoWebAuthenticator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user