1
0
Fork 0

Trash word/people.xml in office files

This commit is contained in:
jvoisin 2018-10-04 16:28:20 +02:00
parent df252fd71a
commit 8e98593b02
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ class MSOfficeParser(ArchiveBasedAbstractParser):
r'^docProps/custom\.xml$', r'^docProps/custom\.xml$',
r'^word/printerSettings/', r'^word/printerSettings/',
r'^word/theme', r'^word/theme',
r'^word/people\.xml$',
# we have a whitelist in self.files_to_keep, # we have a whitelist in self.files_to_keep,
# so we can trash everything else # so we can trash everything else