mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #591] [FEATURE] Admins can enforce a domain filter #377
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#377
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 @Champagnois88 on GitHub (Dec 24, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/591
The ability to pass a filter parameter invisibly as an admin would allow me to filter out the many distractions on the internet that are so often elevated to the top of google search results...
"sites: -reddit.com -facebook.com -wikipedia.org"
This would make this a tool for filtering in addition to being a front end.
Example use case:
My pihole bans reddit, facebook, wikipedia, and any other low quality social apps on my home network. It would be nice if I, as admin, could have an easy method to invisibly append an array of domains I want filtered from results by passing the search parameter.
I want my family consuming reliable information from reputable sources and not relying on "social media" and "social encyclopedias" that are highly manipulated and ALWAYS rank at the top of search results.
@Albonycal commented on GitHub (Dec 24, 2021):
you can block via environment variables
WHOOGLE_CONFIG_BLOCK@Champagnois88 commented on GitHub (Dec 24, 2021):
Thanks. That makes this a really good app for my use case.
@bcaso commented on GitHub (Jan 15, 2022):
How do I implement a whitelist?
@Albonycal commented on GitHub (Jan 15, 2022):
I don't think you can do that currently