silkimen / cordova-plugin-advanced-http

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
400 stars 321 forks source link

Resolves #441 disable url cache #461

Closed dtarnawsky closed 2 years ago

dtarnawsky commented 2 years ago

Without setting URLCache to nil (see apple docs) there is a potential for sensitive data to be stored in cache.db which can be accessed by jailbreaking the device. This problem is often picked up during penetration testing audits on an application.