diff options
-rw-r--r-- | htdocs/config/validator.conf | 4 |
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 |