mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #24] Tor support #17
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#17
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 @benbusby on GitHub (May 11, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/24
Describe the feature you'd like to see added
Whoogle Search should allow conditional support for Tor routing, to add an extra option for further anonymity.
Describe which parts of the project this would modify (front end/back end/configuration/etc)
Configuration would need to be updated with a key/value pairing for "tor": to enable/disable routing per request.
Back end modification of the request class would be needed to use proxy if the config value returns True. Example code from prior conversation:
Front end needs update to expose Tor routing config option
Docker files will need to be updated to install Tor package and run any necessary setup commands as well.
Additional context
Would also need to update the javascript filter to allow captchas through on the "unusual traffic" page, since requests through Tor generally encounter this result from Google.
@benbusby commented on GitHub (May 13, 2020):
Merged into #30