Add support for *.lbryplayer.xyz.

This commit is contained in:
FireMasterK 2021-09-02 19:14:01 +05:30
parent 7dd806014c
commit a484dfd22b
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -48,6 +48,7 @@ var allowed_hosts = []string{
"ytimg.com", "ytimg.com",
"ggpht.com", "ggpht.com",
"googleusercontent.com", "googleusercontent.com",
"lbryplayer.xyz",
} }
type requesthandler struct{} type requesthandler struct{}