Add shim.gif as an image not to load.

This commit is contained in:
Andrew Ferrier 2017-05-30 20:30:05 +01:00
parent c9cd053a3e
commit 88fa1969dd

View file

@ -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'])