mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
use lowercase
This commit is contained in:
parent
f26808d22c
commit
c628f99928
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue