diff options
| author | lolcat <will@lolcat.ca> | 2025-08-10 15:53:02 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-08-10 15:53:02 -0400 |
| commit | da1ea1d6e88704fb8602c23f9f4ab7c3e90b3f33 (patch) | |
| tree | bdd6f6acead87d33746c5cdec27ca4a8b7a5ee6b | |
| parent | 2ca8fb000640fae205f5a1f9ffe9022201abc7d4 (diff) | |
add more hacks
| -rw-r--r-- | docs/configure.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configure.md b/docs/configure.md index 6f20ca4..140c609 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -65,6 +65,13 @@ root@fuckedmachine:/# php -r 'print_r(curl_version());' | grep ssl_version It's very hacky, yes thank you for noticing. There's also the option of using the [forked project](https://github.com/lexiforest/curl-impersonate), but that garbage doesn't support NSS. I'm kind of against impersonating chrome cause you never know when Google is gonna add more fingerprinting bullshit. +If you want a functioning `curl` command line utility again, you can do the following hack: + +``` +sudo apt remove curl +sudo ln -s /usr/local/bin/curl-impersonate-ff /usr/bin/curl +``` + # Robots.txt Make sure you configure this right to optimize your search engine presence! Head over to `/robots.txt` and change the 4get.ca domain to your own domain. |
