[dl:http] add MIME type and signature for .html files

This commit is contained in:
Mike Fährmann
2025-06-12 21:16:34 +02:00
parent e41c317039
commit 8b6bc54e95
2 changed files with 10 additions and 0 deletions

View File

@@ -369,6 +369,7 @@ SAMPLES = {
("heic", b"????ftypheis"),
("heic", b"????ftypheix"),
("svg" , b"<?xml"),
("html", b"<!DOCTYPE html><html>...</html>"),
("ico" , b"\x00\x00\x01\x00"),
("cur" , b"\x00\x00\x02\x00"),
("psd" , b"8BPS"),