Skip to content

Commit 93729cb

Browse files
committed
bookmarkmgr: Update default Cronet headers
1 parent 851c635 commit 93729cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bookmarkmgr/bookmarkmgr/cronet/default_headers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
DEFAULT_HEADERS = (
44
(
55
"sec-ch-ua",
6-
'"Google Chrome";v="135", "Not-A.Brand";v="8", "Chromium";v="135"',
6+
'"Chromium";v="136", "Google Chrome";v="136", "Not.A/Brand";v="99"',
77
),
88
("sec-ch-ua-mobile", "?0"),
99
("sec-ch-ua-platform", '"Linux"'),
1010
("DNT", "1"),
1111
("Upgrade-Insecure-Requests", "1"),
1212
(
1313
"User-Agent",
14-
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36",
14+
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
1515
),
1616
(
1717
"Accept",

0 commit comments

Comments
 (0)