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