whoogle-search/app
Ben Busby 0310f0f542
Use app init enc key by default for all queries
This can be updated later to allow users with cookies enabled to use a
key that is unique to their session (if they want, not mandatory), but
for now it makes more sense to just use a single key for all queries
from all users. This should eliminate a lot of issues that users have
reported where they are unable to decrypt queries or page elements due
to an expired/renewed session key.
2022-12-05 12:14:14 -07:00
..
models Fix missing args in docstring [skip ci] (#872) 2022-10-31 12:36:50 -06:00
static Revert change to light theme contrast text color 2022-11-25 16:38:46 -07:00
templates Replace error query params w/ preferences param (#867) 2022-10-26 10:26:14 -06:00
utils Use app init enc key by default for all queries 2022-12-05 12:14:14 -07:00
__init__.py Use app init enc key by default for all queries 2022-12-05 12:14:14 -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 bad internal redirection for google links (#850) 2022-09-20 11:10:27 -06:00
request.py Add country and interface lang to autocomplete (#866) 2022-10-26 10:20:21 -06:00
routes.py Use app init enc key by default for all queries 2022-12-05 12:14:14 -07:00
version.py Switch to PEP517 standard for builds (#887) 2022-11-25 16:24:38 -07:00