Browse Source

* Merging revisions r45447 from trunk:
------------------------------------------------------------------------
r45447 | michael | 2020-05-20 11:36:53 +0200 (Wed, 20 May 2020) | 1 line

* Fix for samesite
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46589 -

michael 5 years ago
parent
commit
d3264f6a43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/src/base/httpdefs.pp

+ 1 - 1
packages/fcl-web/src/base/httpdefs.pp

@@ -2347,7 +2347,7 @@ begin
     if FSecure then
       AddToResult(SCookieSecure);
     if FSameSite<>ssEmpty then
-      AddToResult(SSameSiteValues[FSameSite]);
+      AddToResult(SCookieSameSite+': '+SSameSiteValues[FSameSite]);
   except
 {$ifdef cgidebug}
     On E : Exception do