whoogle-search/app
Ben Busby 10a15e06e1
Fix incorrect request type for image searches
Previously had hardcoded POST requests for all requests that didn't use
the header template (which currently is only the image tab).

Also refactored how the Filter class works. It now requires a valid
Config model to be provided, which is then set up as a class var that
the filtering functions can use as needed, rather than setting specific
values from the config as individual values (which was confusing and
sloppy).

Fixes #561
2021-12-06 21:39:50 -07:00
..
models Use 'gl' search param to set country 2021-11-23 13:48:54 -07:00
static Fix height for homepage logo 2021-11-29 15:34:13 -07:00
templates Import logo stylesheet before applying custom css 2021-11-24 12:38:56 -07:00
utils Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
__init__.py Improve cookie security when `HTTPS_ONLY` is set 2021-11-20 16:34:37 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
request.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
routes.py pep8: fix CSP header line length 2021-11-29 15:58:19 -07:00