Is it possible to run chrome without checking SameSite attribute even if the server set it
Set-Cookie: key=value; SameSite=Strict
I did not find any flag
Is it possible to run chrome without checking SameSite attribute even if the server set it
Set-Cookie: key=value; SameSite=Strict
I did not find any flag
On
Applicable for Chrome version 84 and above
Reference: https://www.chromium.org/updates/same-site/test-debug
From what i have read up about it, i don't believe its normally best practise to do this.
however you might find you answer on Here