Skip to content

Commit b4c519b

Browse files
Merge branch '5.0'
* 5.0: [FrameworkBundle] fix "samesite" in XSD [Console] Consider STDIN interactive Update UserPasswordEncoderCommand.php [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies [DoctrineBridge] Fixed submitting ids with query limit or offset
2 parents 2d61252 + c37e2f6 commit b4c519b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
<xsd:simpleType name="cookie_samesite">
364364
<xsd:restriction base="xsd:string">
365365
<xsd:enumeration value="" />
366+
<xsd:enumeration value="none" />
366367
<xsd:enumeration value="lax" />
367368
<xsd:enumeration value="strict" />
368369
</xsd:restriction>

0 commit comments

Comments
 (0)