1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-04 16:37:09 +02:00

[utils] Add Sec-Fetch-Mode to std_headers

Closes #2187
This commit is contained in:
pukkandan 2022-01-20 20:21:54 +05:30
parent 19b4c74d40
commit d14cbdd92d
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

View File

@ -145,6 +145,7 @@ def random_user_agent():
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'Accept-Encoding': 'gzip, deflate',
'Accept-Language': 'en-us,en;q=0.5',
'Sec-Fetch-Mode': 'same-origin',
}