This commit is contained in:
Andrea Spacca 2021-11-22 10:01:16 +01:00
parent ada55f0d2e
commit 2b288af90c

View file

@ -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)