whoogle-search/app/utils
Ben Busby 2950aa869b
Redirect POST search -> enc GET request
This should fix the annoyance with browsers like Firefox not caching
POST request responses. By redirecting a POST search to be a GET request
instead (with an encrypted query string), the page can be cached and
successfully navigated back to after visiting a result.
2023-10-16 16:28:36 -06:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Fix handling of bangs (#851) 2022-09-30 14:39:13 -06:00
misc.py Redirect POST search -> enc GET request 2023-10-16 16:28:36 -06:00
results.py Use filtered query for map tab 2023-09-08 16:44:04 -06:00
search.py Match exact words to trigger calculator widget 2023-09-08 16:19:39 -06:00
session.py Add auth to cookie (#964) 2023-03-01 09:58:59 -07:00
widgets.py Fix invalid calculator widget path (#1064) 2023-09-13 14:13:21 -06:00