From 4b5b2bf36d390ba849ea1fff29dcb58af9986c22 Mon Sep 17 00:00:00 2001 From: Marco Braam Date: Thu, 8 Jan 2026 22:27:17 +0100 Subject: [PATCH] Update .htaccess to include 'ico' file type Allow for .ico files coming from a customized branding extension to be displayed as favicon in the browser. --- lib/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/.htaccess b/lib/.htaccess index 4aa0d20740..0703c39fe3 100644 --- a/lib/.htaccess +++ b/lib/.htaccess @@ -5,7 +5,7 @@ # Apache 2.4 Require all denied - + Require all granted @@ -14,7 +14,7 @@ Require all denied deny from all Satisfy All - + Order Allow,Deny Allow from all