TLS: improve check for common ALPNs (#1191)

Facebook is still using its own ALPN for HTTP2 as well
This commit is contained in:
Ivan Nardi 2021-06-01 16:50:28 +02:00 committed by GitHub
parent c620858671
commit f4dbeecba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1071,7 +1071,7 @@ static void tlsCheckUncommonALPN(struct ndpi_flow_struct *flow)
"http/0.9", "http/1.0", "http/1.1",
"spdy/1", "spdy/2", "spdy/3", "spdy/3.1",
"stun.turn", "stun.nat-discovery",
"h2", "h2c", "h2-16", "h2-15", "h2-14",
"h2", "h2c", "h2-16", "h2-15", "h2-14", "h2-fb",
"webrtc", "c-webrtc",
"ftp", "imap", "pop3", "managesieve", "coap",
"xmpp-client", "xmpp-server",