You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/21 18:46:59 UTC

[GitHub] [cordova-android] breautek commented on issue #850: Ready for Chrome 80's [Cookies default to SameSite=Lax] ?

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org