We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2e834 commit ae3c5c2Copy full SHA for ae3c5c2
lib/Scanner/ICAPClient.php
@@ -55,6 +55,7 @@ public function getRequest(string $method, string $service, array $body = [], ar
55
switch ($type) {
56
case 'req-hdr':
57
case 'res-hdr':
58
+ # Temp fix, until https://github.com/owncloud/files_antivirus/pull/500
59
if (\array_key_exists('Preview', $headers)) {
60
$encapsulated[$type] = \strlen($data); # McAfee Webgateway
61
} else {
0 commit comments