You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/01/15 07:48:23 UTC

docs commit: [CB-2221] Add docs for trustAllHosts parameter for FileTransfer (iOS)

Updated Branches:
  refs/heads/master be782c1cc -> b8cbda41f


[CB-2221] Add docs for trustAllHosts parameter for FileTransfer (iOS)


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b8cbda41
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b8cbda41
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b8cbda41

Branch: refs/heads/master
Commit: b8cbda41fa4dbbc071eac21b79d2bf04db8277ea
Parents: be782c1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jan 14 22:47:26 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jan 14 22:47:26 2013 -0800

----------------------------------------------------------------------
 .../edge/cordova/file/filetransfer/filetransfer.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b8cbda41/docs/en/edge/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/filetransfer/filetransfer.md b/docs/en/edge/cordova/file/filetransfer/filetransfer.md
index a3294bf..4d97c88 100644
--- a/docs/en/edge/cordova/file/filetransfer/filetransfer.md
+++ b/docs/en/edge/cordova/file/filetransfer/filetransfer.md
@@ -59,7 +59,7 @@ __Parameters:__
 - __successCallback__ - A callback that is called with a Metadata object. _(Function)_
 - __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
-- __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
+- __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
 __Quick Example__
 	
@@ -198,7 +198,7 @@ __Parameters:__
 - __target__ - Full path of the file on the device
 - __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
 - __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
-- __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Only supported on Android. _(boolean)_
+- __trustAllHosts__ - Optional parameter, defaults to false. If set to true then it will accept all security certificates. This is useful as Android rejects self signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 
 __Quick Example__