mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #746] [MERGED] Tor password authentication #962
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#962
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/746
Author: @MadcowOG
Created: 5/4/2022
Status: ✅ Merged
Merged: 6/16/2022
Merged by: @benbusby
Base:
main← Head:tor-auth📝 Commits (10+)
c56fce5Added password authentication for tor control port.b100e9dFor user configuration of access to tor control port. This file should be heavily restricted in file system.1f9e07cAdded message that will show tor auth failed.9745f2dFixing for tests.3aa410aFixing for test 2. Electric Booglaoo5f9d21eAnother one69a35efMaybe this will fix the issue with docker? But could present issues in the future.ad8c4b9Codestyle fix.135e062Codestyle fix.d98e436Passed?📊 Changes
4 files changed (+27 additions, -5 deletions)
View changed files
📝
README.md(+5 -3)📝
app/request.py(+21 -1)📝
app/routes.py(+0 -1)➕
misc/tor/control.conf(+1 -0)📄 Description
Added the ability for user to authenticate tor control ports with passwords. It could be a better alternative to cookies, as passwords doesn't require changing file permissions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.