From c628f99928d629da9857ce501b3c33668f3755fa Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Apr 2023 02:50:48 +0200 Subject: [PATCH] use lowercase --- lib/contents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {