mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
feat(sanitized): allow Spotify iframes
This commit is contained in:
parent
2b000d1022
commit
81c7669945
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ func isValidIframeSource(baseURL, src string) bool {
|
|||
"dailymotion.com",
|
||||
"youtube-nocookie.com",
|
||||
"youtube.com",
|
||||
"open.spotify.com",
|
||||
}
|
||||
domain := urllib.Domain(src)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue