Some websites require that the default in samesite be set to disabled
However, into the browser’s flag page found that there is no problem Samesite by default cookies because the kernel update page has changed
Solution:
1. Find the browser shortcut and right-click properties
2. Add in the target column
--disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure
3. Restart the browser and you will find that it is OK
be careful
It is said that this method is invalid after chrome kernel 94 +
div>