diff --git a/Shared/Images/WebFeedIconDownloader.swift b/Shared/Images/WebFeedIconDownloader.swift index 930afe8a3..4604a1285 100644 --- a/Shared/Images/WebFeedIconDownloader.swift +++ b/Shared/Images/WebFeedIconDownloader.swift @@ -49,7 +49,7 @@ public final class WebFeedIconDownloader { } private var homePagesWithUglyIcons: Set = { - return Set(["https://www.macsparky.com/"]) + return Set(["https://www.macsparky.com/", "https://xkcd.com/"]) }() private var urlsInProgress = Set()