diff options
author | Luca Deri <deri@ntop.org> | 2021-11-25 21:45:38 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-11-25 21:45:38 +0100 |
commit | 40ff2c54c106ab56586d6f8d83a5cc5156fc1f57 (patch) | |
tree | 4a30c6b78d3c79cf1b6ac9281d5216b28233cb35 | |
parent | a8ffcd8bb0273d59600c6310a80b81206096c113 (diff) |
Added googletagmanager.com to the host_match list
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index d03e622c5..8fe47969c 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -9571,6 +9571,7 @@ static ndpi_protocol_match host_match[] = /* Google Services */ { "googleapis.com", "GoogleServices", NDPI_PROTOCOL_GOOGLE_SERVICES, NDPI_PROTOCOL_CATEGORY_WEB, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, + { ".googletagmanager.com", "GoogleServices", NDPI_PROTOCOL_GOOGLE_SERVICES, NDPI_PROTOCOL_CATEGORY_WEB, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, { ".googletagservices.com", "GoogleServices", NDPI_PROTOCOL_GOOGLE_SERVICES, NDPI_PROTOCOL_CATEGORY_WEB, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, { "mtalk.google.com", "GoogleServices", NDPI_PROTOCOL_GOOGLE_SERVICES, NDPI_PROTOCOL_CATEGORY_WEB, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, |