aboutsummaryrefslogtreecommitdiffstats
path: root/.wgetrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-03-21 10:21:30 +0100
committerMathias Bynens <mathias@qiwi.be>2012-03-21 10:21:30 +0100
commit4e925b2ec1de7af467867c21b964ec6dab95e4e7 (patch)
tree572db3b6e4849c5b22312260fffab16667ce3063 /.wgetrc
parent1d86729c68b956896598036c3c00458bc41fe2f2 (diff)
downloaddotfiles-4e925b2ec1de7af467867c21b964ec6dab95e4e7.tar.gz
dotfiles-4e925b2ec1de7af467867c21b964ec6dab95e4e7.tar.bz2
dotfiles-4e925b2ec1de7af467867c21b964ec6dab95e4e7.zip
.wgetrc: Remove the `iri` command
It’s enabled by default on builds that support it, and setting in other builds throws an error.
Diffstat (limited to '.wgetrc')
-rw-r--r--.wgetrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.wgetrc b/.wgetrc
index a1e2a98..23df677 100644
--- a/.wgetrc
+++ b/.wgetrc
@@ -22,9 +22,6 @@ follow_ftp = on
# Add a `.html` extension to `text/html` or `application/xhtml+xml` files that lack one, or a `.css` extension to `text/css` files that lack one
adjust_extension = on
-# Enable internationalized URI (IRI) support
-iri = on
-
# Use UTF-8 as the default system encoding
local_encoding = UTF-8