From 6a2f78d602ddb91db1bc3753299c291b6eb50041 Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 15 Nov 2022 21:44:35 +0100 Subject: [PATCH] WellKnown: Set application/jrd+json mime type for webfinger file --- public/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 69edf13..c4b6cbc 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -13,3 +13,8 @@ RewriteRule ^REIN.gif$ https://702.rip/rein.gif [L,R=301] # Nice to have redirects RewriteRule ^git$ https://gitlab.upi.li/networkException/nwex.de [L,R=301] RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301] + +# MIME Types + + ForceType application/jrd+json +