You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/09 13:17:04 UTC

[GitHub] [cordova-ios] derMani commented on issue #931: document.cookie non functional in ios 6.0.0/6.1.0

derMani commented on issue #931:
URL: https://github.com/apache/cordova-ios/issues/931#issuecomment-656121200


   I can confirm this.
   
   document.cookie = 'test' 
   
   will be ignored with cordova-ios@6.0.0 or 6.1.0 
   
   Additionally, server cookies within the response won't be set.
   
   This is most probably related to WKWebview and seems to be some kind of Safari failure. 
   
   
   > Whats also interesting the new release of Safari 13.1 for Mac has the following in release notes:
   > 
   > New Features
   > - Prevented several potential approaches to circumventing Intelligent Tracking Prevention.
   > - Added cookie blocking for all cross-site resources by default.
   > 
   > Since then a CORS test that works in all other browsers stopped working on Safari for Mac as well.
   
   Source:
   https://bugs.webkit.org/show_bug.cgi?id=140205 
   
   


----------------------------------------------------------------
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



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