mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Add suggestions
This commit is contained in:
parent
7d251f092e
commit
12367648fa
2 changed files with 3 additions and 1 deletions
|
@ -86,7 +86,7 @@ class HTTPClientFactory extends BaseFactory
|
|||
RequestOptions::CONNECT_TIMEOUT => 10,
|
||||
RequestOptions::TIMEOUT => $this->config->get('system', 'curl_timeout', 60),
|
||||
// by default we will allow self-signed certs
|
||||
// but you can override this
|
||||
// but it can be overridden
|
||||
RequestOptions::VERIFY => (bool)$this->config->get('system', 'verifyssl'),
|
||||
RequestOptions::PROXY => $proxy,
|
||||
RequestOptions::HEADERS => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue