We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c635 commit 93729cbCopy full SHA for 93729cb
bookmarkmgr/bookmarkmgr/cronet/default_headers.py
@@ -3,15 +3,15 @@
3
DEFAULT_HEADERS = (
4
(
5
"sec-ch-ua",
6
- '"Google Chrome";v="135", "Not-A.Brand";v="8", "Chromium";v="135"',
+ '"Chromium";v="136", "Google Chrome";v="136", "Not.A/Brand";v="99"',
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/135.0.0.0 Safari/537.36",
+ "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
15
16
17
"Accept",
0 commit comments