Исправления в подмене заголовка.

This commit is contained in:
2025-11-19 18:03:31 +10:00
parent 16b22c2a4e
commit ce1d04ae64
2 changed files with 7 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ def get_headers():
("User-Agent", user_agent),
("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"),
("Accept-Language", accept_lang),
("Accept-Encoding", "gzip, deflate, br"),
("Accept-Encoding", "gzip, deflate, br, zstd"),
("Connection", "keep-alive"),
("Upgrade-Insecure-Requests", "1"),
]