From 8a5ac04a32ac72eaac8fc3e80ea0c77ae626d866 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Wed, 17 Aug 2022 21:19:53 +0200 Subject: [PATCH] Add option to hide owner info from statuspage Owner info should not be able to crawl from public ipv6 addresses --- .../files/lib/gluon/status-page/view/status-page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html index 6957599f..432c6a71 100644 --- a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html +++ b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html @@ -143,7 +143,7 @@

<%:Overview%>

<%:Node name%>
<%| nodeinfo.hostname %>
- <% if nodeinfo.owner and nodeinfo.owner.contact then -%> + <% if nodeinfo.owner and nodeinfo.owner.contact and not nodeinfo.owner.hide_statuspage then -%>
<%:Contact%>
<%| nodeinfo.owner.contact %>
<%- end %> <% if nodeinfo.location then -%>