Skip to content
Snippets Groups Projects
Commit a786e78a authored by Frédéric Guillot's avatar Frédéric Guillot
Browse files

Add embedly.com to iframe whitelist

parent 3bdb9251
No related branches found
No related tags found
Loading
...@@ -307,6 +307,7 @@ func isValidIframeSource(src string) bool { ...@@ -307,6 +307,7 @@ func isValidIframeSource(src string) bool {
"https://w.soundcloud.com", "https://w.soundcloud.com",
"http://bandcamp.com", "http://bandcamp.com",
"https://bandcamp.com", "https://bandcamp.com",
"https://cdn.embedly.com",
} }
for _, prefix := range whitelist { for _, prefix := range whitelist {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment