diff --git a/handlers/proxy.go b/handlers/proxy.go index 3b5d127..22d82d8 100644 --- a/handlers/proxy.go +++ b/handlers/proxy.go @@ -56,7 +56,7 @@ func fetchSite(urlpath string, queries map[string]string) (string, *http.Request return "", nil, nil, fmt.Errorf("domain not allowed. %s not in %s", u.Host, allowedDomains) } - if os.Getenv("LOG_URLS ") == "true" { + if os.Getenv("LOG_URLS") == "true" { log.Println(u.String() + urlQuery) }