Skip to content

Commit 6f9aa9f

Browse files
Merge branch '3.4' into 4.4
* 3.4: [FrameworkBundle] fix "samesite" in XSD Update UserPasswordEncoderCommand.php [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies [DoctrineBridge] Fixed submitting ids with query limit or offset
2 parents 4033b80 + 91cfd52 commit 6f9aa9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@
375375
<xsd:simpleType name="cookie_samesite">
376376
<xsd:restriction base="xsd:string">
377377
<xsd:enumeration value="" />
378+
<xsd:enumeration value="none" />
378379
<xsd:enumeration value="lax" />
379380
<xsd:enumeration value="strict" />
380381
</xsd:restriction>

0 commit comments

Comments
 (0)