1
0
Fork 0
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:
NoelNegash 2025-05-03 02:25:17 +03:00 committed by GitHub
parent 2b000d1022
commit 81c7669945
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)