Projects STRLCPY metabigor Commits a5c0efbd
🤬
  • ■ ■ ■ ■
    modules/cert.go
    skipped 76 lines
    77 77   }
    78 78   })
    79 79   // remove some noise
    80  - if strings.Contains(certInfo.Domain, ".") {
     80 + if strings.Contains(certInfo.Domain, ".") && !strings.Contains(certInfo.Domain, " ") {
    81 81   if options.Cert.Clean {
    82 82   certInfo.Domain = strings.ReplaceAll(certInfo.Domain, "*.", "")
    83 83   results = append(results, certInfo)
    skipped 14 lines
Please wait...
Page is in error, reload to recover