• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Chromium 80 samesite cookie default change in webviews

  • Thread starter Thread starter Dudu911
  • Start date Start date
D

Dudu911

Guest
A significant change is coming in chrome browser(version 80.x) , and I wonder how you can test it on Android webview.
On the web you just need to set a couple defaults for flags via chrome:flags:
* SameSite by default cookies - need to change to enabled
* Cookies without SameSite must be secure - also need to set to enabled

This way you simulate the behaviour of the browser when this new release kicks in.

My question is how do you test it in advance on Android webviews?
How can you change flags in the internal browser used by the webview (Android System Webview?)
 
Back
Top Bottom