mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Serve default favicon for apps that don't provide one
Based on: https://salsa.debian.org/freedombox-team/plinth/merge_requests/1306 Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
529c281734
commit
dfd46281c5
@ -11,3 +11,13 @@ Header set Strict-Transport-Security "max-age=31536000; includeSubDomains" env=H
|
|||||||
RedirectMatch "^/$" "/plinth"
|
RedirectMatch "^/$" "/plinth"
|
||||||
RedirectMatch "^/freedombox" "/plinth"
|
RedirectMatch "^/freedombox" "/plinth"
|
||||||
|
|
||||||
|
##
|
||||||
|
## Serve FreedomBox icon as /favicon.ico for apps that don't present their own
|
||||||
|
## icon using <link rel=''>.
|
||||||
|
##
|
||||||
|
<Location ~ ^/favicon\.ico$>
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteRule /favicon\.ico$ "/plinth/static/theme/img/favicon.ico" [PT]
|
||||||
|
</IfModule>
|
||||||
|
</Location>
|
||||||
|
|||||||
BIN
static/themes/default/img/favicon.ico
Normal file
BIN
static/themes/default/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user