Skip to content

Commit

Permalink
Fix chrome119
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Dec 24, 2023
1 parent f966462 commit 7493245
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
27 changes: 0 additions & 27 deletions chrome/curl_chrome117

This file was deleted.

28 changes: 0 additions & 28 deletions chrome/curl_chrome118

This file was deleted.

2 changes: 1 addition & 1 deletion chrome/curl_chrome119
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dir=${0%/*}
# https://wiki.mozilla.org/Security/Cipher_Suites
"$dir/curl-impersonate-chrome" \
--ciphers TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-CHACHA20-POLY1305,ECDHE-RSA-CHACHA20-POLY1305,ECDHE-RSA-AES128-SHA,ECDHE-RSA-AES256-SHA,AES128-GCM-SHA256,AES256-GCM-SHA384,AES128-SHA,AES256-SHA \
-H 'sec-ch-ua: "Google Chrome";v="119", "Not;A=Brand";v="8", "Chromium";v="119"' \
-H 'sec-ch-ua: "Google Chrome";v="119", "Chromium";v="119", "Not?A_Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "macOS"' \
-H 'Upgrade-Insecure-Requests: 1' \
Expand Down

0 comments on commit 7493245

Please sign in to comment.