|
180 | 180 | } |
181 | 181 |
|
182 | 182 | $clamd_default_options = { |
183 | | - 'AlgorithmicDetection' => true, |
184 | 183 | 'AllowAllMatchScan' => true, |
185 | | - 'ArchiveBlockEncrypted' => false, |
186 | 184 | 'Bytecode' => true, |
187 | 185 | 'BytecodeSecurity' => 'TrustSigned', |
188 | 186 | 'BytecodeTimeout' => '60000', |
189 | 187 | 'CommandReadTimeout' => '5', |
190 | 188 | 'CrossFilesystems' => true, |
191 | 189 | 'DatabaseDirectory' => $clamd_default_databasedirectory, |
192 | 190 | 'Debug' => false, |
193 | | - 'DetectBrokenExecutables' => false, |
194 | 191 | 'DetectPUA' => false, |
195 | 192 | 'DisableCertCheck' => false, |
196 | 193 | 'ExitOnOOM' => false, |
|
224 | 221 | 'MaxScriptNormalize' => '5M', |
225 | 222 | 'MaxThreads' => '12', |
226 | 223 | 'MaxZipTypeRcg' => '1M', |
227 | | - 'OLE2BlockMacros' => false, |
228 | 224 | 'OfficialDatabaseOnly' => false, |
229 | | - 'PhishingAlwaysBlockCloak' => false, |
230 | | - 'PhishingAlwaysBlockSSLMismatch' => false, |
231 | 225 | 'PhishingScanURLs' => true, |
232 | 226 | 'PhishingSignatures' => true, |
233 | 227 | 'PidFile' => $clamd_default_pidfile, |
|
0 commit comments