mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #661] [BUG] Settings keep resetting #422
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#422
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 @ThatOneCalculator on GitHub (Feb 17, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/661
Describe the bug
Seemingly by random, my settings keep getting reset
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Instance:
https://gowogle.voring.me
Desktop (please complete the following information):
@joonas-fi commented on GitHub (Mar 5, 2022):
I am observing behaviour like this as well
@jacr13 commented on GitHub (Mar 26, 2022):
I'm experiencing the same behavior... The problem is that I didn't figure yet how to reproduce it. If someone manages to reproduce the bug consistently, please describe the procedure here, I would be happy to fix it and create I pull request.
@Messerr commented on GitHub (Apr 30, 2022):
I've noticed on firefox and ungoogled chromium if I right click highlighted text and hit "Search Whoogle for x" it resets all the settings I set on the main page. It also adds '&cookies_disabled=1' in the new search query when I do that. I've added cookie delete exceptions etc. Not sure if my setup is correct but that's how I can replicate.
@fxzzi commented on GitHub (May 5, 2022):
I am also experiencing this on my local instance of Whoogle from the AUR. The page loads fine for me without the cookies_disabled flag, but if I click on my whoogle link on my personal html startpage, it redirects me to http://localhost:5000/?cookies_disabled=1, even though the link that should be opened is just http://localhost:5000/
@MadcowOG commented on GitHub (May 6, 2022):
Are you configuring your instance with the configuration box at the bottom of the home page?
@benbusby commented on GitHub (Aug 1, 2022):
I believe this should be fixed as of
f5d599e7d2(included in v0.7.3), which addressed https://github.com/benbusby/whoogle-search/issues/749. From a bit of testing, this doesn't seem to be an issue with the latest versions since that fix, but please feel free open a new issue if the issue persists for any of you.