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 2021/04/13 13:13:29 UTC

[GitHub] [cordova-ios] jeremyspatrick commented on issue #922: iOS 14 will enable Intelligent Tracking Prevention in WKWebView by default

jeremyspatrick commented on issue #922:
URL: https://github.com/apache/cordova-ios/issues/922#issuecomment-818725108


   Cordova cannot fix these bugs. Apple (and eventually google) is deliberately blocking all third party cookies.
   
   The options are
   
   1. Third parties need to avoid cookies and use a header to pass a session key
   2. Route all traffic through a proxy that you own and use the origin preference in cordova's config.xml
   3. Use the NSCrossWebsiteTrackingUsageDescription and have your users navigate to settings manually to enable
   4. Pop out third parties into the safari web view controller (there's a cordova plugin to do this)
   5. Build with xcode 11.7 (soon to be phased out)


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