You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if at least one component can be updated, display the update-hint footer
569
569
updateAvailable=true;
@@ -575,11 +575,11 @@ function updateVersionInfo() {
575
575
576
576
if(dockerUpdate)
577
577
$("#update-hint").html(
578
-
'To install updates, <a href="https://github.com/pi-hole/docker-pi-hole#upgrading-persistence-and-customizations" rel="noopener" target="_blank">replace this old container with a fresh upgraded image</a>.'
578
+
'To install updates, <a href="https://github.com/pi-hole/docker-pi-hole#upgrading-persistence-and-customizations" rel="noopener noreferrer" target="_blank">replace this old container with a fresh upgraded image</a>.'
579
579
);
580
580
elseif(updateAvailable)
581
581
$("#update-hint").html(
582
-
'To install updates, run <code><a href="https://docs.pi-hole.net/main/update/" rel="noopener" target="_blank">pihole -up</a></code>.'
582
+
'To install updates, run <code><a href="https://docs.pi-hole.net/main/update/" rel="noopener noreferrer" target="_blank">pihole -up</a></code>.'
<aclass="btn-link"href="https://discourse.pi-hole.net/"rel="noopener"target="_blank"><iclass="fa-fw menu-icon fab fa-discourse"></i> Pi-holeDiscourse</a>
85
-
<aclass="btn-link"href="https://github.com/pi-hole"rel="noopener"target="_blank"><iclass="fa-fw menu-icon fab fa-github"></i> GitHub</a>
0 commit comments