aboutsummaryrefslogtreecommitdiffstats
path: root/.curlrc
diff options
context:
space:
mode:
authorSimon Owen Design <simon.owen.design@gmail.com>2013-07-25 12:30:05 +0200
committerMathias Bynens <mathias@qiwi.be>2013-07-25 12:31:16 +0200
commit02b0cc74c39ce4c94337aec96611f4326e70dd85 (patch)
tree92c9ea26ddfb1cbcfb735ba00e9df4c91fe786bf /.curlrc
parent0f6def1611d73e04877e9d78febf7629c01ed7b4 (diff)
downloaddotfiles-02b0cc74c39ce4c94337aec96611f4326e70dd85.tar.gz
dotfiles-02b0cc74c39ce4c94337aec96611f4326e70dd85.tar.bz2
dotfiles-02b0cc74c39ce4c94337aec96611f4326e70dd85.zip
.curlrc: Disguise as IE 9 on Windows 7
This matches the `.wgetrc` settings.
Diffstat (limited to '.curlrc')
-rw-r--r--.curlrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.curlrc b/.curlrc
index 4d2362a..51d5035 100644
--- a/.curlrc
+++ b/.curlrc
@@ -1,4 +1,4 @@
-# Mask as IE10 on Windows 7
-user-agent = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
+# Disguise as IE 9 on Windows 7
+user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
# When following a redirect, automatically set the previous URL as referer
referer = ";auto"