SameSite=None not working on Chrome incognito?

孤人 提交于 2020-12-08 13:10:40

问题


I visited this site: https://samesite-sandbox.glitch.me/ both on normal and incognito Chrome window. This happens 100% of the time both on Mac Chrome and Android Chrome. Incognito had no extensions enabled. Is this a bug? Is there a workaround?

Chrome version: 84.0.4147.105

Here's the incognito result:

Here's the result on non-incognito window:


回答1:


Actually just found the solution From this site: https://www.chromium.org/updates/same-site/test-debug

If you are testing in Incognito Mode, be aware that the default setting for Incognito Mode is to block third-party cookies. This can lead to behavior that appears similar to cross-site cookies being blocked due to lack of a SameSite attribute. This setting can be changed on Incognito Mode's New Tab Page, or in chrome://settings/cookies.



来源:https://stackoverflow.com/questions/63171554/samesite-none-not-working-on-chrome-incognito

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!