Derek Chadwell
Derek Chadwell

Reputation: 715

Turn off samesite enforcement in chrome version > 80

Now that chrome 80 has implemented the samesite cookie enforcement - is there a way to turn that off?

Upvotes: 6

Views: 3905

Answers (1)

rowan_m
rowan_m

Reputation: 3050

You can disable this behaviour via chrome://flags. Specifically, you can enter these two into your location bar:

  • chrome://flags/#same-site-by-default-cookies
  • chrome://flags/#cookies-without-same-site-must-be-secure

Set both to "Disabled".

However, while this might be useful for dealing with sites that still need to update, I would not expect this to be a long term solution.

Upvotes: 10

Related Questions