Skip to content

Commit ae3c5c2

Browse files
committed
flagged the current code as Temp fix.
1 parent 0a2e834 commit ae3c5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Scanner/ICAPClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function getRequest(string $method, string $service, array $body = [], ar
5555
switch ($type) {
5656
case 'req-hdr':
5757
case 'res-hdr':
58+
# Temp fix, until https://github.com/owncloud/files_antivirus/pull/500
5859
if (\array_key_exists('Preview', $headers)) {
5960
$encapsulated[$type] = \strlen($data); # McAfee Webgateway
6061
} else {

0 commit comments

Comments
 (0)