The patch doesn't account for case variations, so it shold be updated: + + for i in xrange (len (attrs)): + k,v = attrs[i] + if (( k == "src" ) or ( k == "href" ) ) and (v.lower().find("javascript:" ) <> -1 ): + del attrs[i] + return attrs
Steve -- http://www.steve.org.uk/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org