forked from archive/andrewferrier_email2pdf
Add shim.gif as an image not to load.
This commit is contained in:
parent
c9cd053a3e
commit
88fa1969dd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ AUTOCALCULATED_FILENAME_EXTENSION_BLACKLIST = frozenset(['.jpe', '.jpeg'])
|
|||
|
||||
AUTOGENERATED_ATTACHMENT_PREFIX = 'floating_attachment'
|
||||
|
||||
IMAGE_LOAD_BLACKLIST = frozenset(['emltrk.com', 'trk.email'])
|
||||
IMAGE_LOAD_BLACKLIST = frozenset(['emltrk.com', 'trk.email', 'shim.gif'])
|
||||
|
||||
WKHTMLTOPDF_ERRORS_IGNORE = frozenset([r'QFont::setPixelSize: Pixel size <= 0 \(0\)',
|
||||
r'Exit with code 1 due to network error: ContentNotFoundError'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue