summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2003-04-19 04:07:43 +0000
committerlink <link@localhost>2003-04-19 04:07:43 +0000
commitb6cb0baa3d77fad45374094a80c23629e59934a3 (patch)
tree9e4601ab403f31a323f87107131290102e89f624
parent0b819459647ecc1b6da10cd57238ef1c800a7008 (diff)
downloadmarkup-validator-b6cb0baa3d77fad45374094a80c23629e59934a3.zip
markup-validator-b6cb0baa3d77fad45374094a80c23629e59934a3.tar.gz
markup-validator-b6cb0baa3d77fad45374094a80c23629e59934a3.tar.bz2
Enable data: URI scheme.
-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 d509644..515dc6a 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.7 2003-02-24 23:33:18 ville Exp $
+# $Id: validator.conf,v 1.8 2003-04-19 04:07:43 link 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*'.
@@ -67,4 +67,4 @@ SGML_Library = /usr/local/validator/htdocs/sgml-lib
#
# Comma separated list of protocols the validator is allowed to use for
# retrieving documents. The default is to allow http and https.
-#Allowed_Protocols = http,https
+#Allowed_Protocols = data,http,https