diff options
Diffstat (limited to 'src/lib/protocols/http.c')
-rw-r--r-- | src/lib/protocols/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c index 941c9b431..4ae455ee1 100644 --- a/src/lib/protocols/http.c +++ b/src/lib/protocols/http.c @@ -269,7 +269,6 @@ static void ndpi_check_user_agent(struct ndpi_detection_module_struct *ndpi_stru if((strlen(ua) < 4) || (!strncmp(ua, "test", 4)) || (!strncmp(ua, "<?", 2)) - || strchr(ua, ';') || strchr(ua, '{') || strchr(ua, '}') || ndpi_check_dga_name(ndpi_struct, NULL, ua) |