Manual:$wgAntivirusRequired
From Linux Web Expert
<translate> Antivirus</translate>: $wgAntivirusRequired | |
---|---|
Determines if a failed virus scan will cause the file to be rejected. |
|
<translate> Introduced in version:</translate> | 1.5.0 |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | true |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Determines if a failed virus scan (AV_SCAN_FAILED
) will cause the file to be rejected.
A "failed" scan is one that does not complete successfully for some reason.
It does not necessarily mean the file contains a virus (one reason could be that the program does not have enough resources (CPU time, memory)).
If this is set to false, a failed virus scan will be ignored, as if the antivirus feature is disabled.