https favicon

This commit is contained in:
Adrien MALINGREY 2023-04-09 20:02:18 +02:00
parent 7d25fd2472
commit c2bd2ee679

View File

@ -71,6 +71,9 @@
</xsl:choose>
</xsl:attribute>
<xsl:choose>
<xsl:when test="$scannedHost/ports/port/service/@name='https'">
<i class="icon"><img class="ui image" src="https://{$scannedHostAddress}/favicon.ico" alt="" /></i>
</xsl:when>
<xsl:when test="$scannedHost/ports/port/service/@name='http'">
<i class="icon"><img class="ui image" src="http://{$scannedHostAddress}/favicon.ico" alt="" /></i>
</xsl:when>