aboutsummaryrefslogtreecommitdiff
path: root/shellenv/.curlrc
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2024-07-28 23:05:45 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2024-07-28 23:05:45 -0400
commit8c4a6f932b129df4f9a63b7b2e2bcaea6f215866 (patch)
treed51cea169cae19b05025a0b26670a9a09505e8fe /shellenv/.curlrc
Took snapshot of my main dotfiles
Diffstat (limited to 'shellenv/.curlrc')
-rw-r--r--shellenv/.curlrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/shellenv/.curlrc b/shellenv/.curlrc
new file mode 100644
index 0000000..481d94b
--- /dev/null
+++ b/shellenv/.curlrc
@@ -0,0 +1,8 @@
+# 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"
+
+# Wait 60 seconds before timing out.
+connect-timeout = 60