From cbeb9fb9c6a9f3ee39537f52631f26403e8e715f Mon Sep 17 00:00:00 2001 From: lwthiker <99899249+lwthiker@users.noreply.github.com> Date: Sun, 20 Feb 2022 15:08:37 +0200 Subject: [PATCH] Update README.md with new blog post link Add link to the new blog post about impersonating Chrome. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fd3bd..d7b448d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The resulting curl looks, from a network perspective, identical to various brows ![curl-ff-after](https://user-images.githubusercontent.com/99899249/154556768-81bb9dbe-5c3d-4a1c-a0ab-f10a3cd69d9a.png) -Read the full description in the [blog post](https://lwthiker.com/reversing/2022/02/17/curl-impersonate-firefox.html). +Read the full description in the blog post: [part a](https://lwthiker.com/reversing/2022/02/17/curl-impersonate-firefox.html), [part b](https://lwthiker.com/reversing/2022/02/20/impersonating-chrome-too.html). ## Installation This repository maintains two separate build systems, one for the Chrome version and one for the Firefox version.