Skip to content

Commit c37e2f6

Browse files
Merge branch '4.4' into 5.0
* 4.4: [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 0330ece + 6f9aa9f commit c37e2f6

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
@@ -362,6 +362,7 @@
362362
<xsd:simpleType name="cookie_samesite">
363363
<xsd:restriction base="xsd:string">
364364
<xsd:enumeration value="" />
365+
<xsd:enumeration value="none" />
365366
<xsd:enumeration value="lax" />
366367
<xsd:enumeration value="strict" />
367368
</xsd:restriction>

0 commit comments

Comments
 (0)