Add support for *.lbryplayer.xyz.

This commit is contained in:
FireMasterK
2021-09-02 19:14:01 +05:30
parent 7dd806014c
commit a484dfd22b
+1
View File
@@ -48,6 +48,7 @@ var allowed_hosts = []string{
"ytimg.com",
"ggpht.com",
"googleusercontent.com",
"lbryplayer.xyz",
}
type requesthandler struct{}