From 1a4b1f0f22fd4ee0c86f5ee7cc89a6e987c03386 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Wed, 31 Aug 2022 05:32:24 +0200 Subject: [PATCH] Added missing content-types --- .htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 4f1e2e8..d85266f 100644 --- a/.htaccess +++ b/.htaccess @@ -10,4 +10,7 @@ AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/json AddOutputFilterByType DEFLATE application/x-javascript - \ No newline at end of file + + +AddType text/plain .py +AddType application/json .geojson \ No newline at end of file