validator/htdocs/config validator.conf,1.21,1.22

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv18057/htdocs/config

Modified Files:
	validator.conf 
Log Message:
First cut at limiting recursion; cf. Bug #204.


Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- validator.conf	4 Feb 2005 18:40:59 -0000	1.21
+++ validator.conf	5 Feb 2005 21:02:14 -0000	1.22
@@ -55,6 +55,12 @@
 Enable SOAP = no
 
 #
+# Whether the validator will check its own output.
+# 0 means it will refuse to check its own output, 1 means it will but it will
+# refuse to check the results of it checking itself. Etc.
+Max Recursion = 0
+
+#
 # Protocols the validator is allowed to use for retrieving documents.
 # The default is to allow http and https.
 <Protocols>

Received on Saturday, 5 February 2005 21:02:17 UTC