Skip to content

Commit

Permalink
Fix Chrome 131 UA
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Nov 28, 2024
1 parent 38d128b commit fa11fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/patches/curl-impersonate.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ index 80e183480..8ee390b7e 100644
* Store nghttp2 version info in this buffer.
diff --git a/lib/impersonate.c b/lib/impersonate.c
new file mode 100644
index 000000000..525e61ff1
index 000000000..0a0cce2a4
--- /dev/null
+++ b/lib/impersonate.c
@@ -0,0 +1,1177 @@
Expand Down Expand Up @@ -2082,7 +2082,7 @@ index 000000000..525e61ff1
+ "sec-ch-ua-mobile: ?0",
+ "sec-ch-ua-platform: \"macOS\"",
+ "Upgrade-Insecure-Requests: 1",
+ "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
+ "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
+ "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
+ "Sec-Fetch-Site: none",
+ "Sec-Fetch-Mode: navigate",
Expand Down

0 comments on commit fa11fa4

Please sign in to comment.