Removed the Blacklist_p default=shared for new created blacklists issue https://github.com/yacy/yacy_search_server/issues/374

Is nice to be able to import blacklist from other peers
but shared by default is likely not intentional choosen by user
pull/461/head
reger24 3 years ago
parent 1244aaad6e
commit 8d0f3d4208

@ -110,7 +110,7 @@ public class Blacklist_p {
newFile.createNewFile();
// share the newly created blacklist
ListManager.updateListSet(BLACKLIST_SHARED, blacklistToUse);
// ListManager.updateListSet(BLACKLIST_SHARED, blacklistToUse); // sharing new user created blacklist by default is likely unauthorized
// activate it for all known blacklist types
for (final BlacklistType supportedBlacklistType : BlacklistType.values()) {

Loading…
Cancel
Save