Hi, we use cloudflare access to secure an API which we access with cross domain requests. Google Chrome has started removing the cookie from our API requests because it doesn’t set a samesite property (see: https://blog.chromium.org/2020/02/samesite-cookie-changes-in-february.html)
Is it possible for us to configure this cookie to have samesite=None? Or would you suggest a different approach?