Skip to content

Commit

Permalink
bookmarkmgr: Update default Cronet headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Jan 15, 2025
1 parent 1cde7e8 commit 1e21ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookmarkmgr/bookmarkmgr/cronet/default_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
DEFAULT_HEADERS = (
(
"sec-ch-ua",
'"Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"',
'"Not A(Brand";v="8", "Chromium";v="132", "Google Chrome";v="132"',
),
("sec-ch-ua-mobile", "?0"),
("sec-ch-ua-platform", '"Linux"'),
("DNT", "1"),
("Upgrade-Insecure-Requests", "1"),
(
"User-Agent",
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",
),
(
"Accept",
Expand Down

0 comments on commit 1e21ceb

Please sign in to comment.