这段代码 this.afAuth.auth.signInWithPopup(new auth.GoogleAuthProvider()) 在Chrome上生成此警告:
与http://google.com/上的资源相关联的Cookie 设置为,SameSite=None
但没有Secure
。如果将来的Chrome浏览器版本将cookie设置为SameSite=None
和,则仅会提供带有跨站点请求的cookie Secure
。
这段代码 this.afAuth.auth.signInWithPopup(new auth.GoogleAuthProvider()) 在Chrome上生成此警告:
与http://google.com/上的资源相关联的Cookie 设置为,SameSite=None
但没有Secure
。如果将来的Chrome浏览器版本将cookie设置为SameSite=None
和,则仅会提供带有跨站点请求的cookie Secure
。
Answers:
在以下位置找到了答案:如何修复“将SameSite Cookie设置为无”警告?Chrome扩展程序
但它认为这是由于旧的Google Analytics(分析)设置造成的。