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…
Reference in a new issue