in internal/provider/provider.go [314:320]
func str2Bool(val string) bool { b, err := strconv.ParseBool(val) if err != nil { b = false } return b }