whoogle-search/app/models
Ben Busby 223f00c3c0 Switch from pickle->json for config encoding
`pickle.loads` is insecure (and unnecessary in this context). The
simpler data types of the config model can easily be serialized to json
instead.
2024-10-31 16:43:29 -06:00
..
__init__.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
config.py Switch from pickle->json for config encoding 2024-10-31 16:43:29 -06:00
endpoint.py Refactor session behavior, remove Flask-Session dep 2022-08-29 13:36:40 -06:00
g_classes.py Hide line below search bar in dark themes 2024-09-30 11:57:12 -06:00