From 50f4fee673a00e32a5a9f11682979cd1dd112434 Mon Sep 17 00:00:00 2001 From: Craig Date: Thu, 8 Sep 2022 21:05:49 -0700 Subject: [PATCH] Quick Fix for app_icon --- superset/templates/superset/basic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/templates/superset/basic.html b/superset/templates/superset/basic.html index fff57fdb9fa18..fdd2e8e0de52d 100644 --- a/superset/templates/superset/basic.html +++ b/superset/templates/superset/basic.html @@ -40,7 +40,7 @@ rel="{{favicon.rel if favicon.rel else "icon"}}" type="{{favicon.type if favicon.type else "image/png"}}" {% if favicon.sizes %}sizes={{favicon.sizes}}{% endif %} - href="{{ assets_prefix }}{{favicon.href}}" + href="{{ "" if favicon.href.startswith("http") else assets_prefix }}{{favicon.href}}" > {% endfor %}