We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196bab8 commit 7c36f65Copy full SHA for 7c36f65
src/RequestResolvers/Curl.php
@@ -18,8 +18,6 @@ class Curl implements RequestResolverInterface
18
CURLOPT_MAXREDIRS => 20,
19
CURLOPT_CONNECTTIMEOUT => 10,
20
CURLOPT_TIMEOUT => 10,
21
- CURLOPT_SSL_VERIFYPEER => false,
22
- CURLOPT_SSL_VERIFYHOST => false,
23
CURLOPT_ENCODING => '',
24
CURLOPT_AUTOREFERER => true,
25
CURLOPT_USERAGENT => 'Embed PHP Library',
0 commit comments