Skip to content

Commit a175341

Browse files
committed
bookmarkmgr: Update default Cronet headers
1 parent 8cdb183 commit a175341

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-
'"Not A(Brand";v="8", "Chromium";v="132", "Google Chrome";v="132"',
6+
'"Not(A:Brand";v="99", "Google Chrome";v="133", "Chromium";v="133"',
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/132.0.0.0 Safari/537.36",
14+
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36",
1515
),
1616
(
1717
"Accept",

0 commit comments

Comments
 (0)