Skip to content

Commit

Permalink
fix redirects number
Browse files Browse the repository at this point in the history
  • Loading branch information
palmiak committed Nov 3, 2021
1 parent e9a0f7d commit 0a9f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct() {
'verify' => false,
'http_errors' => false,
'allow_redirects' => [
'max' => 1,
'max' => 2,
// required to get effective_url
'track_redirects' => true,
],
Expand Down

0 comments on commit 0a9f8a9

Please sign in to comment.