Add option to remove malware if any file is blocked (#621)

This commit is contained in:
Flaminel
2026-05-30 01:33:51 +03:00
committed by GitHub
parent 26b76908eb
commit 084f83efca
51 changed files with 4168 additions and 156 deletions

View File

@@ -114,6 +114,20 @@ This setting will enable the processing of items that appear in the logs with th
</ConfigSection>
<ConfigSection
title="Delete if any file is blocked"
>
When enabled, the entire download is removed as soon as **any** file inside it matches the blocklist. When disabled (the default), a download is only removed when **all** of its files are blocked — otherwise only the matching files are marked as skipped in the download client.
Use this when your blocklist targets malware extensions (for example `.exe`) and you do not want to keep the rest of a mixed torrent that contains a blocked file alongside legitimate content.
<Note>
`Ignore Private` and `Delete Private` still apply on top of this setting — private torrents continue to be skipped or kept in the client according to those options.
</Note>
</ConfigSection>
</div>
<div className={styles.section}>