summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-09 18:46:03 +0000
committerville <ville@localhost>2010-03-09 18:46:03 +0000
commit952e6f89509a49add24d8a6d82415b001efd602f (patch)
treeb79a00484b26659593c0892bd3d616b1ed61e97b
parent5128301fdafcf5beed8d74b382b5d51d82d502ab (diff)
downloadmarkup-validator-952e6f89509a49add24d8a6d82415b001efd602f.zip
markup-validator-952e6f89509a49add24d8a6d82415b001efd602f.tar.gz
markup-validator-952e6f89509a49add24d8a6d82415b001efd602f.tar.bz2
Allow FTP by default.
-rw-r--r--htdocs/config/validator.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index 61a761c..0bda456 100644
--- a/htdocs/config/validator.conf
+++ b/htdocs/config/validator.conf
@@ -1,7 +1,7 @@
# Main Configuration File for the W3C Markup Validation Service.
#
-# $Id: validator.conf,v 1.38 2009-10-24 15:59:18 ville Exp $
+# $Id: validator.conf,v 1.39 2010-03-09 18:46:03 ville Exp $
#
# See 'perldoc Config::General' for the syntax, and be aware that the
# 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*',
@@ -74,7 +74,7 @@ Max Recursion = 0
# Protocols the validator is allowed to use for retrieving documents.
# The default is to allow http and https.
<Protocols>
- Allow = data,http,https
+ Allow = data,ftp,http,https
</Protocols>
#