Skip to content

Commit

Permalink
ZCS-11344: set default value of SameSite cookie to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
zimsuchitgupta committed May 13, 2022
1 parent 88abae8 commit 942c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/java/com/zimbra/common/localconfig/LC.java
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ public final class LC {
public static final KnownKey zimbra_deregistered_authtoken_queue_size = KnownKey.newKey(5000);
public static final KnownKey zimbra_jwt_cookie_size_limit = KnownKey.newKey(4096);
public static final KnownKey zimbra_authtoken_cookie_domain = KnownKey.newKey("");
public static final KnownKey zimbra_same_site_cookie = KnownKey.newKey("Strict");
public static final KnownKey zimbra_same_site_cookie = KnownKey.newKey("");
public static final KnownKey zimbra_zmjava_options = KnownKey.newKey("-Xmx256m" +
" -Dhttps.protocols=TLSv1.2,TLSv1.3" +
" -Djdk.tls.client.protocols=TLSv1.2,TLSv1.3");
Expand Down

0 comments on commit 942c64e

Please sign in to comment.