From 2b288af90c76d84d5f613fc4826b6244b0758b91 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Mon, 22 Nov 2021 10:01:16 +0100 Subject: [PATCH] cr fix --- main.go | 2 -- 1 file changed, 2 deletions(-) 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)