mirror of
https://github.com/TeamPiped/http3-ytproxy.git
synced 2024-08-14 23:56:43 +00:00
Add support for *.googleusercontent.com.
This commit is contained in:
parent
016a677be7
commit
7dd806014c
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -47,6 +47,7 @@ var allowed_hosts = []string{
|
|||
"googlevideo.com",
|
||||
"ytimg.com",
|
||||
"ggpht.com",
|
||||
"googleusercontent.com",
|
||||
}
|
||||
|
||||
type requesthandler struct{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue