зеркало из https://github.com/microsoft/git.git
Merge branch 'jn/mime-type-with-params'
* jn/mime-type-with-params: gitweb: Fix usability of $prevent_xss
This commit is contained in:
Коммит
2c6b5d8828
|
@ -6127,7 +6127,7 @@ sub git_blob_plain {
|
||||||
# want to be sure not to break that by serving the image as an
|
# want to be sure not to break that by serving the image as an
|
||||||
# attachment (though Firefox 3 doesn't seem to care).
|
# attachment (though Firefox 3 doesn't seem to care).
|
||||||
my $sandbox = $prevent_xss &&
|
my $sandbox = $prevent_xss &&
|
||||||
$type !~ m!^(?:text/plain|image/(?:gif|png|jpeg))$!;
|
$type !~ m!^(?:text/plain|image/(?:gif|png|jpeg))(?:[ ;]|$)!;
|
||||||
|
|
||||||
print $cgi->header(
|
print $cgi->header(
|
||||||
-type => $type,
|
-type => $type,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче