-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.13.9, 8.5.2, 8.6.0
-
7.13
-
26
-
Severity 3 - Minor
-
1
-
Issue Summary
Starting in February 2020, Chrome version 80 (and later Firefox and IE as well) will start enforcing different requirements on cross-site cookies:
- The new secure-by-default model assumes all cookies should be protected from external access unless otherwise specified. Developers must use a new cookie setting, `SameSite=None`, to designate cookies for cross-site access.
- With Chrome 80 will treat cookies that have no declared SameSite value as `SameSite=Lax` cookies.
Reference https://blog.chromium.org/2019/10/developers-get-ready-for-new.html for full details on the change in Chrome's behavior.
With this new functionality enabled in Chrome the avatars from Confluence users in the activity stream are broken.
Steps to Reproduce
- (prior to the Chrome version 80 rollout) In Chrome version 77+ go to "chrome://flags/"
- Search for "SameSite" and enable "SameSite by default cookies" and "Cookies without SameSite must be secure"
- Navigate to the Jira System Dashboard (with an application link to Confluence already in place)
- View the "Activity Stream" to see amongst other things, updates from Confluence
Expected Results
You will see a list of activity from Confluence with the user's avatar next to it
Actual Results
Activity is displayed but avatar is broken
Note
Cookies from Jira doesn't have any SameSite policy attached, because of that Chrome forces "SameSite=LAX". That breaks content inclusion since avatars loading requires a valid Jira session to be provided.
Workaround
- On Chrome, navigate to chrome://flags/
- Search for SameSite.
- Make sure the following options are Enabled:
- SameSite by default cookies
- Cookies without SameSite must be secure
- is related to
-
JRASERVER-70494 Issue Collectors won't work for clients using Chrome 80 which enables new samesite cookie controls
- Closed
-
CONFSERVER-59298 When Chrome requires "SameSite=None; Secure" for cross-site cookies, warning messages are displayed in the Developer Tools console
- Gathering Impact
- was cloned as
-
JRASERVER-70471 Implement SameSite policy support
- Gathering Interest