removed unused in-line styles (Issue #5618)

This commit is contained in:
Vasilis Tako 2021-08-03 19:19:19 +02:00
parent 0b0107ab34
commit 94b498436c
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ local fingerprint_utils = {}
local available_fingerprints = {
ja3 = {
stats_key = "ja3_fingerprint",
href = function(fp) return '<A title="https://sslbl.abuse.ch/ja3-fingerprints/'..fp..'" target="_blank">'..fp..' <i style="color:#ff8a26;cursor:pointer;" class="fas fa-external-link-alt"></A> </i>' end
href = function(fp) return '<A title="https://sslbl.abuse.ch/ja3-fingerprints/'..fp..'" target="_blank">'..fp..' <i class="fas fa-external-link-alt"></A> </i>' end
},
hassh = {
stats_key = "hassh_fingerprint",