summaryrefslogtreecommitdiff
path: root/libmat2
diff options
context:
space:
mode:
authorjvoisin2018-10-04 16:28:20 +0200
committerjvoisin2018-10-04 16:28:20 +0200
commit8e98593b02ead2b4753147dc2816321b188dfc25 (patch)
tree04f69f338dcb1cfa7f071efe686e323ff6e56949 /libmat2
parentdf252fd71afdc7866f3d5c325ea8de9b5ba8b5fb (diff)
Trash word/people.xml in office files
Diffstat (limited to 'libmat2')
-rw-r--r--libmat2/office.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/office.py b/libmat2/office.py
index 372d69a..54347ea 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -88,6 +88,7 @@ class MSOfficeParser(ArchiveBasedAbstractParser):
88 r'^docProps/custom\.xml$', 88 r'^docProps/custom\.xml$',
89 r'^word/printerSettings/', 89 r'^word/printerSettings/',
90 r'^word/theme', 90 r'^word/theme',
91 r'^word/people\.xml$',
91 92
92 # we have a whitelist in self.files_to_keep, 93 # we have a whitelist in self.files_to_keep,
93 # so we can trash everything else 94 # so we can trash everything else