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 Feb 6, 2025
1 parent 8cdb183 commit a175341
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",
'"Not A(Brand";v="8", "Chromium";v="132", "Google Chrome";v="132"',
'"Not(A:Brand";v="99", "Google Chrome";v="133", "Chromium";v="133"',
),
("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/132.0.0.0 Safari/537.36",
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36",
),
(
"Accept",
Expand Down

0 comments on commit a175341

Please sign in to comment.