fix - [ 1216062 ] http proxy not proxing images
This commit is contained in:
parent
2e1e9ae32c
commit
b537b0649f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue