Update scan depth for browser biometrics

This commit is contained in:
Bernd Schoolmann 2024-03-14 20:09:41 +01:00 committed by GitHub
parent 40a77ffcbb
commit d6e1cd2633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}