dpogue opened a new pull request, #1573: URL: https://github.com/apache/cordova-ios/pull/1573
### Platforms affected iOS ### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> I'm hoping this will resolve the underlying problem from #1451 & #1471 with a smaller scope of change. ### Description <!-- Describe your changes in detail --> In this case, we only set the cache policy to ignore the local cache when we know that it's being loaded from the filesystem with a custom app scheme. We can't override the cache policy for the file scheme, and it seems better to use the existing default cache policy for things being loaded over http or https schemes. ### Testing <!-- Please describe in detail how you tested your changes. --> Existing tests pass. ### Checklist - [x] I've run the tests to see all new and existing tests pass -- 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]
