perl/modules/W3C/LinkChecker/bin checklink.pod,1.31,1.32

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv19209/bin

Modified Files:
	checklink.pod 
Log Message:
Improve/add Forbidden_Protocols docs.

Index: checklink.pod
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink.pod,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- checklink.pod	3 Dec 2009 21:35:02 -0000	1.31
+++ checklink.pod	22 Apr 2010 19:46:51 -0000	1.32
@@ -219,6 +219,13 @@
 
    Allow_Private_IPs = 0
 
+C<Forbidden_Protocols> is a comma separated list of additional protocols/URI
+schemes that the link checker is not allowed to use.  The C<javascript> and
+C<mailto> schemes are always forbidden, and so is the C<file> scheme when
+running as a CGI script.
+
+   Forbidden_Protocols = javascript,mailto
+
 C<Markup_Validator_URI> and C<CSS_Validator_URI> are formatted URIs to the
 respective validators.  The C<%s> in these will be replaced with the full
 "URI encoded" URI to the document being checked, and shown in the link

Received on Thursday, 22 April 2010 19:46:54 UTC