From d49f937b9891428f8a1189f17e5d14d56a2683d2 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 5 Oct 2022 16:28:50 +0200 Subject: added iso,apk,dmg to extension-deny list see also https://github.com/yacy/yacy_search_server/issues/510 zip is not on the list because it can be parsed --- defaults/yacy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defaults') diff --git a/defaults/yacy.init b/defaults/yacy.init index a93162a3c..355227851 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -328,7 +328,7 @@ releases = DATA/RELEASE # the following mime-types are a blacklist for indexing: # parser.mime.deny: specifies mime-types that shall not be indexed parser.mime.deny= -parser.extensions.deny= +parser.extensions.deny=iso,apk,dmg # The audioTagParser is disabled by default as it needs to create a temporary file each time an audio resource is parsed # Audio file extensions and media types can be enabled in the ConfigParser_p.html page if this is not a problem with your install parser.enableAudioTags=false -- cgit v1.2.3