Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable same site policy in Chrome?

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

like image 957
CruorVult Avatar asked Sep 21 '25 12:09

CruorVult


1 Answers

Applicable for Chrome version 84 and above

  1. Go to chrome://flags/
  2. Filter with "SameSite"
  3. Disable all 3 flags
  4. Refresh browser

enter image description here

Reference: https://www.chromium.org/updates/same-site/test-debug

like image 114
Vaibhav Bhalla Avatar answered Sep 23 '25 12:09

Vaibhav Bhalla