I received an email from Salesforce with the subject line: "ACTION REQUIRED: Preparing for Google Chrome Cookie Attribute Change"
I followed the instructions in this article (https://help.salesforce.com/articleView?id=000351874&language=en_US&type=1&mode=1) and also here (https://blog.chromium.org/2019/10/developers-get-ready-for-new.html
) on how to test the effect of the new Chrome behavior on our sites or cookies we manage by navigating to chrome://flags and enabling
- “SameSite by default cookies”
- “Cookies without SameSite must be secure” https://www.screencast.com/t/HZbnoh3yuA5
Enabling the above resulted in the Gmail to Saleforce extension no longer working.
Does anyone know how to fix this?
The answer provided in the article is greek to me
Article (
https://help.salesforce.com/articleView?id=000351874&language=en_US&type=1&mode=1): "If you find any regressions, update the SameSite attribute on cookies used for cross-domain communication to explicitly set SameSite=None; Secure."
Not sure how to do that and I can't find any specific instructions i.e. go here, open this, click on that."
A how to would be most appreciated!
Many thanks
1 answer