dpogue commented on pull request #1012: URL: https://github.com/apache/cordova-ios/pull/1012#issuecomment-716966043
Thanks for the pull request. Unfortunately, `allowUniversalAccessFromFileURLs` is considered private API by Apple, and has been [actively discouraged](https://bugs.webkit.org/show_bug.cgi?id=154916#c8) by WebKit developers due to potential for breaking in future iOS versions. Cordova will not adopt this because it introduces too much risk to apps built with Cordova. ---------------------------------------------------------------- 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]
