whoogle-search/app/static
Don-Swanson ff3a44b91e
Refactor configuration and session management in the application
- Updated `docker-compose.yml` to remove version specification for modern compatibility.
- Enhanced secret key management in `__init__.py` with a new function to load or generate a secure key.
- Changed session file handling from `pickle` to `json` for improved security and compatibility.
- Added security headers in `routes.py` to enhance application security.
- Updated version to 1.2.1 in `version.py`.
- Refactored key derivation method in `config.py` to use PBKDF2 for better security.
- Improved calculator widget's evaluation method to prevent arbitrary code execution.
2025-11-26 17:32:11 -06:00
..
bangs Add support for custom bangs (#1132) 2024-04-19 12:26:42 -06:00
build Ensure existence of static build dir 2021-07-02 16:21:38 -04:00
css Fix styling of pages using lynx user agent 2025-01-22 12:00:57 -07:00
img Configure PWA for mobile browsers (#234) 2021-04-05 11:00:56 -04:00
js Updated UI Config to respect User Agent in ENV file if exists (#1240) 2025-09-12 19:24:44 -06:00
settings Update countries.json 2025-09-14 08:06:52 -05:00
widgets Refactor configuration and session management in the application 2025-11-26 17:32:11 -06:00