🚧 change platform

This commit is contained in:
微凉
2021-09-23 22:54:21 +08:00
parent b51b4e083d
commit 23019bddba
3 changed files with 3 additions and 2 deletions

View File

@@ -80,5 +80,6 @@ func Proxy(c *gin.Context) {
c.Request.URL = url
c.Request.Host = url.Host
c.Request.Header.Del("Origin")
c.Request.Header.Set("Referer", "https://www.aliyundrive.com/")
proxy.ServeHTTP(c.Writer, c.Request)
}