We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2658dc commit dea8583Copy full SHA for dea8583
Sources/FaviconFinder/Finders/ICOFaviconFinder.swift
@@ -98,7 +98,7 @@ final class ICOFaviconFinder: FaviconFinderProtocol {
98
99
// We created a URL without the subdomains, let's check if there's a valid image there
100
let baseFaviconUrlData = try await FaviconURLSession.dataTask(
101
- with: faviconUrl,
+ with: rootURL,
102
checkForMetaRefreshRedirect: self.configuration.checkForMetaRefreshRedirect
103
).data
104
0 commit comments