Quantum Fabric Docker Containers Hotfix 9.4.0.11
Fixed Issues
- Fixed an issue related to the same-site cookie attribute.
TheSAMESITE_COOKIES
property has been added to theconfig.properties
file, which supports the following values:Unset
: The same-site cookie attribute is not setNone
: The cookie is sent in all cross-site requestsLax
[Default Value]: The cookie is sent in the same-site requests and top-level cross-site GET requestsStrict
: The cookie is not sent in any cross-site requests