breautek commented on issue #850: Ready for Chrome 80's [Cookies default to 
SameSite=Lax] ? 
URL: https://github.com/apache/cordova-android/issues/850#issuecomment-544653303
 
 
   This sounds like a difficult problem because afaik you can't disable the 
policy on the android webview.
   
   I'm not sure if the current cordova webview uses the `CookieManager` class, 
or if it already does this or not, but maybe using 
[setAcceptThirdPartyCookies](https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies\(android.webkit.WebView,%20boolean\))
 will disable the same cookie site policy without having to specify 
`SameSite=None`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to