Skip to content

Commit

Permalink
Decode gzip content
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Jan 25, 2024
1 parent f1f02fb commit d014ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private function visitPage(string $url): object
$options = (array) config('seo.http.options', []);

$response = $this->http::withOptions([
'decode_content' => false,
'decode_content' => 'gzip',
...$options,
])
->withHeaders([
Expand Down

0 comments on commit d014ee0

Please sign in to comment.