【发布时间】:2020-02-02 04:33:07
【问题描述】:
这段代码 this.afAuth.auth.signInWithPopup(new auth.GoogleAuthProvider()) 正在 Chrome 上生成此警告:
与 http://google.com/ 的资源关联的 cookie 设置为 SameSite=None,但没有 Secure。未来版本的 Chrome 将仅在使用 SameSite=None 和 Secure 设置的情况下提供带有跨站点请求的 cookie。
【问题讨论】:
-
This entry 可能会有所帮助
-
你有什么解决办法吗?
标签: angular firebase google-chrome firebase-authentication