dpogue commented on PR #1284:
URL: https://github.com/apache/cordova-ios/pull/1284#issuecomment-1420927597

   `_allowUniversalAccessFromFileURLs` is private API and isn't allowed by 
Apple.
   
   The correct approach is to use a custom scheme (such as `app://`) to serve 
content rather than `file:///` URLs. This is supported since [Cordova iOS 
6.0.0](https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0.html).


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to