mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #1234] [BUG] Favicon no longer available #734
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#734
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @billkewl on GitHub (Jul 13, 2025).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1234
Describe the bug
Favicons are no longer available on result page
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Here's my environment
It seems that
WHOOGLE_SHOW_FAVICONSis no longer working@billkewl commented on GitHub (Jul 13, 2025):
WHOOGLE_CONFIG_VIEW_IMAGEis somehow not working either@dot-file commented on GitHub (Aug 23, 2025):
Same with my instance. Searxng pulls favicons from Google just fine though so it's probably not a policy change or smth like that
@Don-Swanson commented on GitHub (Sep 14, 2025):
This is unfortunately a side effect of the User Agents being used. When certain user agents are utilized the results provided by google may or may not have result favicons. If we are able to find a way to utilize modern User Agents again, this should auto resolve, or if you can find an unblocked UA it should resolve as well.
With that said, I will close this as Not a Bug since the root cause is that Google doesn't provide them with specific UA Strings.
@billkewl commented on GitHub (Sep 15, 2025):
Maybe it's asking too much but is it possible to retrieve favicon from duckduckgo instead?
@Don-Swanson commented on GitHub (Sep 15, 2025):
Unfortunately, yes, because the search results won’t match, so there would be a lot of additional overhead to pull all the icons on our own.