Added HeadlessChrome as bot criteria detection.
This commit is contained in:
parent
be4635d8cb
commit
19292bddf2
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ public class HttpAccessLog
|
|||
{
|
||||
boolean result;
|
||||
|
||||
if (StringsUtils.containsAnyIgnoreCase(this.userAgent.toString(), "bot", "crawler", "monitoring", "HeadlessChrome"))
|
||||
if (StringsUtils.containsAnyIgnoreCase(this.userAgent.toString(), "bot", "crawler", "HeadlessChrome/", "monitoring"))
|
||||
{
|
||||
result = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue