mirror of
https://github.com/TeamPiped/http3-ytproxy.git
synced 2024-08-14 23:56:43 +00:00
cr fix
This commit is contained in:
parent
ada55f0d2e
commit
2b288af90c
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -116,8 +116,6 @@ func (*requesthandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||||
|
|
||||||
path := req.URL.EscapedPath()
|
path := req.URL.EscapedPath()
|
||||||
|
|
||||||
path = strings.Replace(path, path_prefix, "", 1)
|
|
||||||
|
|
||||||
path = strings.Replace(path, "/ggpht", "", 1)
|
path = strings.Replace(path, "/ggpht", "", 1)
|
||||||
path = strings.Replace(path, "/i/", "/", 1)
|
path = strings.Replace(path, "/i/", "/", 1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue