diff --git a/lib/contents.php b/lib/contents.php index 7f5ec2f2..5fe2c44b 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -115,7 +115,7 @@ function getContents( 'Sec-Fetch-Mode' => 'navigate', 'Sec-Fetch-Site' => 'none', 'Sec-Fetch-User' => '?1', - 'TE' => 'Trailers', + 'TE' => 'trailers', ]; $httpHeadersNormalized = []; foreach ($httpHeaders as $httpHeader) {