mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #1098] [FEATURE] Option to disable retrieval of favicons #668
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#668
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 @milksteakjellybeans on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1098
With 0.8.4 the search page will include the favicons of the results. With my use case we have a central search service that has access to google via whoogle, but only out to google. The new favicon feature pulls the icons direct from the various sites.
I would love to have an option to disable that fetching for use cases like ours where we expect and allow this service to communicate with google only.
As a hack, I've made a change to short circuit out of favicon fetching on our local instance.
@newtoallofthis123 commented on GitHub (Nov 13, 2023):
Actually a good idea! Might also boost the search results delay
@benbusby commented on GitHub (Dec 20, 2023):
Favicons can now be hidden/disabled using
WHOOGLE_SHOW_FAVICONS. For example:WHOOGLE_SHOW_FAVICONS=0will prevent Whoogle from displaying favicons (and skips the process of fetching them in the first place).