summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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