pawan-logiciel opened a new issue #1317: URL: https://github.com/apache/cordova-android/issues/1317
# Bug Report ## Problem After Cordova 10 release Cordova added WebViewAssetLoader support which can cause data associated with the file:// scheme, such as cookies, local storage, local cache, and web-based databases But if we set AndroidInsecureFileModeEnabled to true according to docs(https://cordova.apache.org/announcements/2021/07/20/cordova-android-10.0.0.html) it will work like earlier which is not working for me Due to this I am facing cookies issue ### What is expected to happen? After setting AndroidInsecureFileModeEnabled preference to true in config.xml it should work like old one ### Command or Code ```<preference name="AndroidInsecureFileModeEnabled" value="true" />``` ### Environment, Platform, Device Cordova - 10.0.1 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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]
