Skip to content

Commit

Permalink
fix(processing): remove "Microsoft OOXML" from the default skip magic…
Browse files Browse the repository at this point in the history
… set.

We've observed third-party libraries being shipped within OOXML
containers. We don't want unblob to skip them.
  • Loading branch information
qkaiser committed Mar 13, 2024
1 parent f4df416 commit c836c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unblob/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"MS Windows icon resource",
"Macromedia Flash data",
"Microsoft Excel",
"Microsoft OOXML",
"Microsoft PowerPoint",
"Microsoft Word",
"OpenDocument",
Expand Down

0 comments on commit c836c73

Please sign in to comment.