Skip to content

Commit

Permalink
Update scan depth for browser biometrics
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Mar 14, 2024
1 parent 40a77ff commit d6e1cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browserbiometrics/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit d6e1cd2

Please sign in to comment.