mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
Fixed ios code to work with AFNetwork 3.0.x
This commit is contained in:
Vendored
+3
@@ -119,6 +119,9 @@ if (typeof angular !== "undefined") {
|
||||
acceptAllCerts: function(allow) {
|
||||
return makePromise(http.acceptAllCerts, [allow]);
|
||||
},
|
||||
acceptAllHosts: function(allow) {
|
||||
return makePromise(http.acceptAllHosts, [allow]);
|
||||
},
|
||||
post: function(url, params, headers) {
|
||||
return makePromise(http.post, [url, params, headers], true);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user