Skip to content

Commit

Permalink
chore(config): extended default mime blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke authored and maringuu committed Sep 19, 2024
1 parent 967e44f commit f7acf70
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions fact_extractor/config/main.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,41 @@
[unpack]
blacklist = audio/mpeg, image/png, image/jpeg, image/gif, application/x-shockwave-flash, video/mp4, video/mpeg, video/quicktime, video/x-msvideo, video/ogg, text/plain, application/pdf
blacklist =
application/json,
application/pdf,
application/x-java-applet,
application/x-object,
application/x-sharedlib,
application/x-shockwave-flash,
application/x-terminfo
audio/mpeg,
font/sfnt,
image/bmp,
image/gif,
image/jpeg,
image/png,
image/x-tga,
image/x-win-bitmap,
inode/symlink,
text/csv,
text/plain,
video/mp4,
video/mpeg,
video/ogg,
video/quicktime,
video/x-msvideo,
data_folder = /tmp/extractor
exclude =

[ExpertSettings]
statistics = True
unpack_threshold = 0.8
header_overhead = 256
compressed_file_types = application/x-shockwave-flash, audio/mpeg, audio/ogg, image/png, image/jpeg, image/gif, video/mp4, video/ogg
compressed_file_types =
application/x-shockwave-flash,
audio/mpeg,
audio/ogg,
image/gif,
image/jpeg,
image/png,
video/mp4,
video/ogg

0 comments on commit f7acf70

Please sign in to comment.