You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@
19
19
> 10. More prebuilt binaries, including Windows, Arm, and even RISC-V!
20
20
> 11. Commercial support at [impersonate.pro](https://impersonate.pro).
21
21
22
+
> [!WARNING]
23
+
> Breaking changes on v1.0, see release page for details.
22
24
23
25
A special build of [curl](https://github.com/curl/curl) that can impersonate the four
24
26
major browsers: Chrome, Edge, Safari and Firefox. `curl-impersonate` is able to perform
@@ -139,7 +141,7 @@ This repository contains these folders:
139
141
*[curl.patch](patches/curl.patch) - The main patch that makes curl use the same TLS extensions as browsers. Also makes curl compile statically with libnghttp2 etc.
140
142
*[boringssl.patch](patches/boringssl.patch) - The boringssl patch that tweaks boringssl behaviors to the same as browsers.
141
143
*[bin](bin/) - Shortcut scripts for easier use.
142
-
*[curl_chrome110](chrome/curl_chrome110), [curl_chrome124](chrome/curl_chrome124) - Wrapper scripts that launch `curl-impersonate` with the correct flags.
144
+
*[curl_chrome110](bin/curl_chrome110), [curl_chrome124](bin/curl_chrome124) - Wrapper scripts that launch `curl-impersonate` with the correct flags.
143
145
*[win](win) - Scripts for building the Windows version of `curl-impersonate`, which is quite different from `*nix`.
144
146
*[win/bin](win/bin/) - Shortcut scripts for easier use on Windows.
145
147
*[zigshim](zigshim) - We use the awesome `zig` toolchain to bring `curl-impersonate` to more archs on Linux.
0 commit comments