diff --git a/main.go b/main.go index b1d6890..8773da7 100644 --- a/main.go +++ b/main.go @@ -47,6 +47,7 @@ var allowed_hosts = []string{ "googlevideo.com", "ytimg.com", "ggpht.com", + "googleusercontent.com", } type requesthandler struct{}