whoogle-search/app
Ben Busby 70e65c0346 Adding HTTPS enforcement
Enabled by default in docker containers, but not pip/pipx runs. Command
line runs of Whoogle Search through pip/pipx/etc will need the
`--https-only` flag appended to the run command.
2020-05-15 10:29:44 -06:00
..
models Added option to search only via GET request (#36) 2020-05-13 00:19:51 -06:00
static Added option to search only via GET request (#36) 2020-05-13 00:19:51 -06:00
templates Added option to search only via GET request (#36) 2020-05-13 00:19:51 -06:00
__init__.py Added POST search, encrypted query strings, refactoring 2020-04-28 18:19:34 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
request.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
routes.py Adding HTTPS enforcement 2020-05-15 10:29:44 -06:00