···574574 return
575575 }
576576577577- // same with .php and awkward double-slash requests.
578578- // obviously these don't affect me, but these tend to be lazy intrusion
579579- // attempts. if that's what you're about, i don't want you on my site.
580580- if strings.HasPrefix(r.URL.Path, "//") ||
581581- strings.HasSuffix(r.URL.Path, ".php") ||
577577+ // obviously .php requests these don't affect me, but these tend to be
578578+ // lazy wordpress intrusion attempts. if that's what you're about, i
579579+ // don't want you on my site.
580580+ if strings.HasSuffix(r.URL.Path, ".php") ||
582581 strings.HasSuffix(r.URL.Path, ".php7") {
583582 http.NotFound(w, r)
584583 fmt.Fprintf(