Add embedly.com to iframe whitelist
This commit is contained in:
parent
3bdb9251da
commit
a786e78aca
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ func isValidIframeSource(src string) bool {
|
|||
"https://w.soundcloud.com",
|
||||
"http://bandcamp.com",
|
||||
"https://bandcamp.com",
|
||||
"https://cdn.embedly.com",
|
||||
}
|
||||
|
||||
for _, prefix := range whitelist {
|
||||
|
|
Loading…
Reference in a new issue