We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdb183 commit a175341Copy full SHA for a175341
bookmarkmgr/bookmarkmgr/cronet/default_headers.py
@@ -3,15 +3,15 @@
3
DEFAULT_HEADERS = (
4
(
5
"sec-ch-ua",
6
- '"Not A(Brand";v="8", "Chromium";v="132", "Google Chrome";v="132"',
+ '"Not(A:Brand";v="99", "Google Chrome";v="133", "Chromium";v="133"',
7
),
8
("sec-ch-ua-mobile", "?0"),
9
("sec-ch-ua-platform", '"Linux"'),
10
("DNT", "1"),
11
("Upgrade-Insecure-Requests", "1"),
12
13
"User-Agent",
14
- "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",
15
16
17
"Accept",
0 commit comments