Skip to content

Commit 4b5b2bf

Browse files
authored
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.
1 parent 3e879c6 commit 4b5b2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Apache 2.4
66
<ifModule mod_authz_core.c>
77
Require all denied
8-
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot)$">
8+
<FilesMatch ".+\.(css|scss|js|map|ico|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot)$">
99
Require all granted
1010
</FilesMatch>
1111
</ifModule>
@@ -14,7 +14,7 @@ Require all denied
1414
<ifModule !mod_authz_core.c>
1515
deny from all
1616
Satisfy All
17-
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot)$">
17+
<FilesMatch ".+\.(css|scss|js|map|ico|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot)$">
1818
Order Allow,Deny
1919
Allow from all
2020
</FilesMatch>

0 commit comments

Comments
 (0)