SSL Labs now lists all user agents it knows, not only the most recent versions. Over 100 client capabilities listed. dev.ssllabs.com/ssltest/clie…
2
39
39
@ivanristic Nice! Can I request you color the backgrounds? Makes it easier to parse and compare (see my example).
1
@ivanristic Here's a three-line JS to do it:
$(".e,.w,.h").css('color','white');
1
@ivanristic $(".h").parent().css('background-color','green');
$(".e,.w").parent().css('background-color','red');
1


