From 28b111ddac3bd6d9ff4007055519f5453161cdc9 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sun, 4 Feb 2024 12:04:08 -0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Adjust=20.curlrc=20fake?= =?UTF-8?q?=20user=20agent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/.curlrc.symlink | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/.curlrc.symlink b/fish/.curlrc.symlink index 0515808..d83a650 100644 --- a/fish/.curlrc.symlink +++ b/fish/.curlrc.symlink @@ -7,5 +7,5 @@ location # show error messages show-error -# send a fake UA string for the HTTP servers that sniff it -user-agent = "Mozilla/5.0 Gecko" +# Disguise as IE 9 on Windows 7 +user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"