This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 11c75b66613c73507852bc0d5b7652caa4b38278
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Mar 21 12:02:03 2020 +0100

    Fixed: Ensure that the SameSite attribute is set to 'strict' for all 
cookies.
    
    (OFBIZ-11470)
    
    Fixes a typo
---
 framework/security/config/security.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/security/config/security.properties 
b/framework/security/config/security.properties
index 9f206d5..525b247 100644
--- a/framework/security/config/security.properties
+++ b/framework/security/config/security.properties
@@ -152,7 +152,7 @@ security.internal.sso.enabled=false
 # -- The secret key for the JWT token signature. Read Passwords and JWT (JSON 
Web Tokens) usage documentation to choose the way you want to store this key
 security.token.key=security.token.key
 
-# -- By default the SameSite value in SameSiteFilter is strict. This allows to 
change it ot lax if needed  
+# -- By default the SameSite value in SameSiteFilter is strict. This allows to 
change it to lax if needed  
 SameSiteCookieAttribute=
 
 

Reply via email to