Add support for *.lbryplayer.xyz.
This commit is contained in:
parent
7dd806014c
commit
a484dfd22b
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -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{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue