- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Mar 2010 20:50:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv15380 Modified Files: checklink Log Message: Accept text/html-sandboxed. Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.188 retrieving revision 4.189 diff -u -d -r4.188 -r4.189 --- checklink 7 Mar 2010 17:16:13 -0000 4.188 +++ checklink 7 Mar 2010 20:50:02 -0000 4.189 @@ -327,7 +327,7 @@ application/vnd.wap.xhtml+xml;q=0.6 ); $Accept = join(', ', @content_types, '*/*;q=0.5'); - push(@content_types, "text/css"); + push(@content_types, 'text/css', 'text/html-sandboxed'); my $re = join('|', map { s/;.*//; quotemeta } @content_types); $ContentTypes = qr{\b(?:$re)\b}io;
Received on Sunday, 7 March 2010 20:50:06 UTC