]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/IHTTPRequest.php
Merge pull request #9481 from annando/api-accounts
[friendica.git] / src / Network / IHTTPRequest.php
index 6c839dd3d9851642ea4b988762a33f58ee79b974..8927941e813594672e49d6ca7bc2b5075456cc96 100644 (file)
@@ -63,7 +63,6 @@ interface IHTTPRequest
         * @param array  $opts       (optional parameters) assoziative array with:
         *                           'accept_content' => supply Accept: header with 'accept_content' as the value
         *                           'timeout' => int Timeout in seconds, default system config value or 60 seconds
-        *                           'novalidate' => do not validate SSL certs, default is to validate using our CA list
         *                           'cookiejar' => path to cookie jar file
         *                           'header' => header array
         *
@@ -78,7 +77,6 @@ interface IHTTPRequest
         * @param array  $opts       (optional parameters) assoziative array with:
         *                           'accept_content' => supply Accept: header with 'accept_content' as the value
         *                           'timeout' => int Timeout in seconds, default system config value or 60 seconds
-        *                           'novalidate' => do not validate SSL certs, default is to validate using our CA list
         *                           'cookiejar' => path to cookie jar file
         *                           'header' => header array
         *