whoogle-search/app
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
..
models Skip scrollers when applying site icons to results 2023-10-11 15:58:52 -06:00
static Display audio controls, refactor site icon placement 2023-10-11 15:41:48 -06:00
templates Update handling of custom css (#965) 2023-04-13 14:19:36 -06:00
utils Redirect POST search -> enc GET request 2023-10-16 16:28:36 -06:00
__init__.py Suppress spurious warnings from bs4 2023-03-22 12:29:05 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Encrypt site icon requests 2023-10-11 17:18:25 -06:00
request.py Change the consent cookies (#1054) 2023-08-21 14:50:38 -06:00
routes.py Redirect POST search -> enc GET request 2023-10-16 16:28:36 -06:00
version.py Bump version to 0.8.3 2023-08-21 15:06:17 -06:00