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): ...@@ -271,7 +271,7 @@ def validate_multiple_email(email):
def _pdf_object_cleanup(pdf_file, obj): def _pdf_object_cleanup(pdf_file, obj):
for k in list(obj): for k in list(obj.keys()):
if k in [ if k in [
'/JavaScript', '/JavaScript',
'/S', '/S',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment