diff options
| -rw-r--r-- | net/extension_map.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/extension_map.json b/net/extension_map.json index 9152a228a..241e8677d 100644 --- a/net/extension_map.json +++ b/net/extension_map.json @@ -46,6 +46,10 @@ ".otf": "font/otf", ".png": "image/png", ".pdf": "application/pdf", + ".ppm": "image/x-portable-pixmap", + ".pgm": "image/x-portable-graymap", + ".pmm": "image/x-portable-bitmap", + ".pnm": "image/x-portable-anymap", ".ppt": "application/vnd.ms-powerpoint", ".pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation", ".rar": "application/x-rar-compressed", |
