Add incognito mode support #33
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
As all settings are stored in cookies, loading them back requires firstly opening the URL "Bookmark me!" (copied from the settings page).
..which means that if you set 4get as your default search engine, trying to search something in incognito will keep giving you trash from DuckDuckGo (basically Bing) until you click your bookmark with the settings.
SearXNG provides a solution to this in the form of a URL:
https://<your searxng instance>/?preferences=<a long string with your encoded prefs>&q=%s
. A similar approach is possible here if we edit a few lines insettings.php
:After this change,
<URL from "Bookmark me!">&s=%s
should (hopefully) workI've thought about this, but this will not allow you to set custom search filters through this endpoint because of name collisions... I will keep this in mind during the frontend rewrite that's coming up and make something that works for you