fix - [ 1216062 ] http proxy not proxing images

This commit is contained in:
Roy Johnson 2005-06-09 03:41:24 +00:00
parent 2e1e9ae32c
commit b537b0649f

View file

@ -25,7 +25,7 @@ my %linkElements = # from HTML::Element.pm
body => 'background',
base => 'href',
a => 'href',
img => [qw(src lowsrc usemap)], # lowsrc is a Netscape invention
img => [qw('src' 'lowsrc' 'usemap')], # lowsrc is a Netscape invention
form => 'action',
input => 'src',
'link' => 'href', # need quoting since link is a perl builtin