Quantum Fabric Docker Containers Hotfix 9.4.0.11

Fixed Issues

  • Fixed an issue related to the same-site cookie attribute.

    The SAMESITE_COOKIES property has been added to the config.properties file, which supports the following values:
    • Unset: The same-site cookie attribute is not set
    • None: The cookie is sent in all cross-site requests
    • Lax [Default Value]: The cookie is sent in the same-site requests and top-level cross-site GET requests
    • Strict: The cookie is not sent in any cross-site requests