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 923cd15 commit a05c1d0Copy full SHA for a05c1d0
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 => 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12',
+ CURLOPT_USERAGENT => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0',
25
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
26
];
27
0 commit comments