From 75563e5f9f8f9af4fd65534cc0409baefa2a5f11 Mon Sep 17 00:00:00 2001 From: Steyn Huizinga Date: Tue, 10 Feb 2026 19:41:53 +0100 Subject: [PATCH] Fix: Open footer links in new tab for HA ingress compatibility Add target="_blank" to Apache license and GitHub repo links in the footer so they open in a new tab instead of within the Home Assistant ingress iframe. Also upgrade the Apache license URL from HTTP to HTTPS. --- dao/webserver/app/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dao/webserver/app/templates/base.html b/dao/webserver/app/templates/base.html index c43dc2cd..7488dfdb 100644 --- a/dao/webserver/app/templates/base.html +++ b/dao/webserver/app/templates/base.html @@ -65,8 +65,8 @@ {% block content %}{% endblock %}