From d6e1cd263365611e520a2ef6c7847c9da19362f1 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 14 Mar 2024 20:09:41 +0100 Subject: [PATCH] Update scan depth for browser biometrics --- browserbiometrics/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browserbiometrics/main.go b/browserbiometrics/main.go index 384c8f8..0abf918 100644 --- a/browserbiometrics/main.go +++ b/browserbiometrics/main.go @@ -104,7 +104,7 @@ func detectAndInstallBrowsers(startPath string) error { } else { tempPath = strings.TrimPrefix(path, home) } - if strings.Count(tempPath, "/") > 3 { + if strings.Count(tempPath, "/") > 5 { return nil }