We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cde7e8 commit 1e21cebCopy full SHA for 1e21ceb
bookmarkmgr/bookmarkmgr/cronet/default_headers.py
@@ -3,15 +3,15 @@
3
DEFAULT_HEADERS = (
4
(
5
"sec-ch-ua",
6
- '"Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"',
+ '"Not A(Brand";v="8", "Chromium";v="132", "Google Chrome";v="132"',
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/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",
15
16
17
"Accept",
0 commit comments