mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[PR #1212] [MERGED] Add UserAgent Options #1122
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#1122
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/1212
Author: @Don-Swanson
Created: 1/17/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @benbusby
Base:
main← Head:main📝 Commits (3)
fbd3cf4feat: Set Lynx as default user agent and improve custom user agent handling2772e07chore: Remove user agent debug logging81c92fcAdd User Agent wiki link, remove whitespace📊 Changes
4 files changed (+83 additions, -49 deletions)
View changed files
📝
app/models/config.py(+36 -27)📝
app/request.py(+17 -19)📝
app/routes.py(+15 -3)📝
app/templates/index.html(+15 -0)📄 Description
I've added a new config section that allows a user to choose between Lynx (The current workaround), Random (The Original method), or the ability to enter a custom User Agent String (in the event that Google decides to play whack-a-mole and kill the Lynx workaround, it's easier to choose a different user agent instead of rebuilding)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.