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 8063300 commit 2908fa4Copy full SHA for 2908fa4
src/Http/CurlDispatcher.php
@@ -21,7 +21,7 @@ class CurlDispatcher implements DispatcherInterface
21
CURLOPT_ENCODING => '',
22
CURLOPT_AUTOREFERER => true,
23
CURLOPT_FOLLOWLOCATION => true,
24
- CURLOPT_USERAGENT => 'Embed PHP Library',
+ CURLOPT_USERAGENT => 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12',
25
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
26
];
27
0 commit comments