whoogle-search/app
Ben Busby 86ae2bda3e
Hotfix: Upgrade heroku apps to https for all endpoints
The previous implementation of the is_heroku check in
search.needs_https() was implemented to only match URLs ending in
'.herokuapp.com', and skipped upgrading to HTTPS for other endpoints.
2021-03-31 12:14:38 -04:00
..
models Allow defining initial config state w/ env vars 2021-03-28 14:24:57 -04:00
static Configure PWA for mobile browsers (#234) 2021-03-22 13:04:29 -04:00
templates Re-add search css to results page 2021-03-22 10:59:32 -04:00
utils Hotfix: Upgrade heroku apps to https for all endpoints 2021-03-31 12:14:38 -04:00
__init__.py Allow setting environment variables in whoogle.env (#237) 2021-03-28 13:27:08 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00
request.py Hotfix: Set EU consent cookie to pending for all requests 2021-03-31 09:50:13 -04:00
routes.py Allow defining initial config state w/ env vars 2021-03-28 14:24:57 -04:00