fix h2 reward for ALPN in JSON output (#988)
This commit is contained in:
parent
59c5c95efe
commit
a2156904eb
|
@ -8030,7 +8030,7 @@ run_alpn() {
|
|||
# only h2 is what browser need to use HTTP/2.0 and brings a security benefit
|
||||
if [[ "$proto" == "h2" ]]; then
|
||||
pr_svrty_good "$proto"
|
||||
fileout "$jsonID" "OK" "$alpn_finding"
|
||||
fileout "$jsonID" "OK" "$proto"
|
||||
else
|
||||
out "$proto"
|
||||
alpn_finding+="$proto"
|
||||
|
|
Loading…
Reference in New Issue