Skip to content

Commit

Permalink
eset preset
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Jul 3, 2024
1 parent 91b8948 commit 6a0f6a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ $(document).ready(function() {
service: 'respmod',
header: 'X-Infection-Found',
mode: 'respmod',
},
eset: {
service: 'scan',
header: 'X-Infection-Found',
mode: 'respmod',
}
}
$('#av_icap_preset').on('change', function(e) {
Expand Down
1 change: 1 addition & 0 deletions templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<option value="clamav">ClamAV / c-icap</option>
<option value="kaspersky">Kaspersky</option>
<option value="fortisandbox">FortiSandbox</option>
<option value="eset">ESET Security</option>
</select></td>
<td></td>
</tr>
Expand Down

0 comments on commit 6a0f6a2

Please sign in to comment.