Just this morning noticed that the Help widget is missing from our application's pages, just in Chrome. Firefox is ok (so far).
Message in Chrome console is
A cookie associated with a cross-site resource at https://[site].atlassian.net/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`.
Is there a work-around for this?