diff options
| author | Michael Peter Christen <mc@yacy.net> | 2022-10-05 16:28:50 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2022-10-05 16:28:50 +0200 |
| commit | d49f937b9891428f8a1189f17e5d14d56a2683d2 (patch) | |
| tree | 234350dd110b96dad759986cce6b9adb015cd933 /defaults/yacy.init | |
| parent | 761dbdf06d1de09e45f0963102e43ffe07b6cdaa (diff) | |
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
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
