mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #983] [BUG] Preferences missing when added as default search engine #607
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#607
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 @brokoler on GitHub (Apr 9, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/983
Describe the bug
When adding Whoogle as a search engine in Firefox or Chromium based browsers, the preferences string is ignored.
This should work when "GET Requests only" is chosen.
In earlier versions the preferences string was saved in a GET URL format when the search engine was added.
Would be great if the preferences string could be added again.
What is happening:
https://whoogle.hostux.net/search?q=testWhat I expect:
https://whoogle.hostux.net/search?preferences=<PREFERENCES_KEY>&q=testTo Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
@jacr13 commented on GitHub (Jun 30, 2023):
Hello,
It was removed in this commit.
See the linked issue: #929