mirror of
https://cdm-project.com/Decryption-Tools/TPD-Keys.git
synced 2025-04-30 00:44:25 +02:00
15 lines
499 B
Python
15 lines
499 B
Python
headers = {
|
|
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0',
|
|
'Accept': '*/*',
|
|
'Accept-Language': 'en-US,en;q=0.5',
|
|
# 'Accept-Encoding': 'gzip, deflate, br',
|
|
'Content-Type': 'application/octet-stream',
|
|
'DNT': '1',
|
|
'Sec-Fetch-Dest': 'empty',
|
|
'Sec-Fetch-Mode': 'cors',
|
|
'Sec-Fetch-Site': 'same-site',
|
|
'Sec-GPC': '1',
|
|
'Connection': 'keep-alive',
|
|
# Requests doesn't support trailers
|
|
# 'TE': 'trailers',
|
|
} |