From afd2a6a5e55d78099c2c37eab4324ae55355449d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20M=C4=83r=C4=83=C8=99teanu?= Date: Thu, 30 Oct 2025 13:37:51 +0000 Subject: [PATCH] feat: add vnd.sqlite3 mime type and extensions --- docs/conf/mime.types | 1 + test/pyhttpd/conf/mime.types | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 92ee7178aaf..bda0f6b245f 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1090,6 +1090,7 @@ application/vnd.smart.teacher teacher application/vnd.solent.sdkm+xml sdkm sdkd application/vnd.spotfire.dxp dxp application/vnd.spotfire.sfs sfs +application/vnd.sqlite3 sqlite sqlite3 # application/vnd.sss-cod # application/vnd.sss-dtf # application/vnd.sss-ntf diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 7c9f8244c13..12e3df60db3 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -890,6 +890,7 @@ application/vnd.smart.teacher teacher application/vnd.solent.sdkm+xml sdkm sdkd application/vnd.spotfire.dxp dxp application/vnd.spotfire.sfs sfs +application/vnd.sqlite3 sqlite sqlite3 # application/vnd.sss-cod # application/vnd.sss-dtf # application/vnd.sss-ntf