derMani edited a comment 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 [email protected] or 6.1.0 Additionally, server cookies within the response won't be set. The last behaviour is most likely related to WKWebview and seems to be some kind of Safari "feature". > 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
