Update scan depth for browser biometrics
This commit is contained in:
parent
40a77ffcbb
commit
d6e1cd2633
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user