whoogle-search/app
Ben Busby 3c06519130
Use 'gl' search param to set country
This switches the param used for the "country" config setting from "cr"
(which only filters results by the country the result is hosted in) to
"gl" (which overrides server/hosting location and produces results that
are more accurate for the user's current country).

Before this change, the country config setting was (imo) pretty useless.
Allowing a user to override an instance's hosting location with their
preferred country though is way more useful, especially for public
instances that are hosted in a different country than the user.

Closes #544
2021-11-23 13:48:54 -07:00
..
models Use 'gl' search param to set country 2021-11-23 13:48:54 -07:00
static Use 'gl' search param to set country 2021-11-23 13:48:54 -07:00
templates Use 'gl' search param to set country 2021-11-23 13:48:54 -07:00
utils Fix incorrect redirect protocol used by Flask 2021-11-21 23:21:04 -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 Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00
request.py Use 'gl' search param to set country 2021-11-23 13:48:54 -07:00
routes.py Create separate test workflow for docker 2021-11-22 00:26:25 -07:00