]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/IHTTPRequest.php
Merge pull request #10608 from MrPetovan/bug/remove-remaining-app-argv
[friendica.git] / src / Network / IHTTPRequest.php
index 6c839dd3d9851642ea4b988762a33f58ee79b974..e2ace44db6cb282e7ecde314aaadaea1cd311b85 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU APGL version 3 or any later version
  *
@@ -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
         *