[downloader:http] add MIME type and signature for .heic files
(#3915) https://github.com/strukturag/libheif/issues/83
This commit is contained in:
@@ -289,6 +289,10 @@ SAMPLES = {
|
||||
("webp", b"RIFF????WEBP"),
|
||||
("avif", b"????ftypavif"),
|
||||
("avif", b"????ftypavis"),
|
||||
("heic", b"????ftypheic"),
|
||||
("heic", b"????ftypheim"),
|
||||
("heic", b"????ftypheis"),
|
||||
("heic", b"????ftypheix"),
|
||||
("svg" , b"<?xml"),
|
||||
("ico" , b"\x00\x00\x01\x00"),
|
||||
("cur" , b"\x00\x00\x02\x00"),
|
||||
|
||||
Reference in New Issue
Block a user