1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

added spotify iframe support

This commit is contained in:
NoelNegash 2025-05-02 11:16:39 +03:00 committed by GitHub
parent 27253c8a97
commit 678abc5dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -385,6 +385,7 @@ func isValidIframeSource(baseURL, src string) bool {
"dailymotion.com", "dailymotion.com",
"youtube-nocookie.com", "youtube-nocookie.com",
"youtube.com", "youtube.com",
"open.spotify.com",
} }
domain := urllib.Domain(src) domain := urllib.Domain(src)