mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-15 19:48:37 -04:00
Add option to ignore private downloads when blocking files (#39)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
},
|
||||
"ContentBlocker": {
|
||||
"Enabled": true,
|
||||
"IGNORE_PRIVATE": true,
|
||||
"Blacklist": {
|
||||
"Enabled": false,
|
||||
"Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
},
|
||||
"ContentBlocker": {
|
||||
"Enabled": false,
|
||||
"IGNORE_PRIVATE": false,
|
||||
"Blacklist": {
|
||||
"Enabled": false,
|
||||
"Path": ""
|
||||
|
||||
Reference in New Issue
Block a user