diff --git a/main.go b/main.go index a27454f..3441e78 100644 --- a/main.go +++ b/main.go @@ -116,8 +116,6 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { path := req.URL.EscapedPath() - path = strings.Replace(path, path_prefix, "", 1) - path = strings.Replace(path, "/ggpht", "", 1) path = strings.Replace(path, "/i/", "/", 1)