dpogue commented on issue #1564: URL: https://github.com/apache/cordova-ios/issues/1564#issuecomment-3336917832
Interesting... from what I understand, the `[config.preferences setValue:@YES forKey:@"allowFileAccessFromFileURLs"];` code should cause a crash in iOS 18 and newer. That was never part of the public WebKit API and was never meant to be used because it modified internal state, and WebKit started blocking access. See https://github.com/WebKit/WebKit/pull/26996 & https://github.com/WebKit/WebKit/pull/27476 for context. -- 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]
