use lowercase

This commit is contained in:
Max 2023-04-21 02:50:48 +02:00 committed by Paul Prechtel
parent f26808d22c
commit c628f99928
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function getContents(
'Sec-Fetch-Mode' => 'navigate', 'Sec-Fetch-Mode' => 'navigate',
'Sec-Fetch-Site' => 'none', 'Sec-Fetch-Site' => 'none',
'Sec-Fetch-User' => '?1', 'Sec-Fetch-User' => '?1',
'TE' => 'Trailers', 'TE' => 'trailers',
]; ];
$httpHeadersNormalized = []; $httpHeadersNormalized = [];
foreach ($httpHeaders as $httpHeader) { foreach ($httpHeaders as $httpHeader) {