Skip to content
Snippets Groups Projects
Commit 7875a2bc authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

explicitly ask for keys, fixes #189

parent 915786d8
No related branches found
No related tags found
1 merge request!253explicitly ask for keys
Pipeline #153362 passed
......@@ -271,7 +271,7 @@ def validate_multiple_email(email):
def _pdf_object_cleanup(pdf_file, obj):
for k in list(obj):
for k in list(obj.keys()):
if k in [
'/JavaScript',
'/S',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment