mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-07-01 16:55:59 -04:00
Add option to remove malware if any file is blocked (#621)
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user