[downloader:http] add MIME type and signature for .heic files

(#3915)
https://github.com/strukturag/libheif/issues/83
This commit is contained in:
Mike Fährmann
2023-04-15 17:09:22 +02:00
parent c45f09d2a8
commit 2edcdee32f
2 changed files with 8 additions and 0 deletions

View File

@@ -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"),