[downloader:http] add signature checks for some formats
also add the MIME type for .obj files
This commit is contained in:
@@ -313,6 +313,9 @@ SAMPLES = {
|
||||
("pdf" , b"%PDF-"),
|
||||
("swf" , b"FWS"),
|
||||
("swf" , b"CWS"),
|
||||
("blend", b"BLENDER-v303RENDH"),
|
||||
("obj" , b"# Blender v3.2.0 OBJ File: 'foo.blend'"),
|
||||
("clip", b"CSFCHUNK\x00\x00\x00\x00"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user