mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #81] [BUG] Bad redirection with google services #55
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#55
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 @jacr13 on GitHub (May 26, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/81
Describe the bug
When you search for a google service served as google.com/service the result link provided by google is 'href="/gmail/"'. When you try to click the search result the link redirects to the Whoogle home instead of the real service.
A simple check to verify that the url starts with '/' should be enough to catch such results and redirect them to the real url google + service.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
@benbusby commented on GitHub (May 26, 2020):
Fixed with
78939e7fb4