aboutsummaryrefslogtreecommitdiffstats
path: root/.curlrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-04-02 13:06:05 +0200
committerMathias Bynens <mathias@qiwi.be>2013-04-02 13:06:05 +0200
commit9aecb166d67e0119472aceb8bba71b06256929d8 (patch)
tree87c6a6e70abd62dda17ceec420288720a802f2cd /.curlrc
parent7e824c8dd7010e558f319f73a7ffaf76f95a410f (diff)
downloaddotfiles-9aecb166d67e0119472aceb8bba71b06256929d8.tar.gz
dotfiles-9aecb166d67e0119472aceb8bba71b06256929d8.tar.bz2
dotfiles-9aecb166d67e0119472aceb8bba71b06256929d8.zip
Add .curlrc
Closes #152.
Diffstat (limited to '.curlrc')
-rw-r--r--.curlrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.curlrc b/.curlrc
new file mode 100644
index 0000000..4d2362a
--- /dev/null
+++ b/.curlrc
@@ -0,0 +1,4 @@
+# Mask as IE10 on Windows 7
+user-agent = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
+# When following a redirect, automatically set the previous URL as referer
+referer = ";auto"