You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 months ago
..
__init__.py Project refactor (#85) 4 years ago
bangs.py Fix handling of bangs (#851) 2 years ago
misc.py Redirect POST search -> enc GET request 8 months ago
results.py Use filtered query for map tab 9 months ago
search.py Match exact words to trigger calculator widget 9 months ago
session.py Add auth to cookie (#964) 1 year ago
widgets.py Fix invalid calculator widget path (#1064) 9 months ago