whoogle-search/app
Ben Busby 4292ec7f63
Add icons for each search result
This appends an icon element to each search result, using the result
domain's "/favicon.ico" path.

Note that some sites do not have a standard /favicon.ico, but have a
unique path to a specifically sized favicon instead. Worse still, some
sites use javascript to load their favicon, which would make it even
more difficult for Whoogle to figure out.

For now this approach is fine, but can be expanded upon in the future
if desired.
2023-10-11 11:05:53 -06:00
..
models Ensure b64 prefs always have min padding 2023-05-19 11:39:51 -06:00
static Add icons for each search result 2023-10-11 11:05:53 -06:00
templates Update handling of custom css (#965) 2023-04-13 14:19:36 -06:00
utils Fix invalid calculator widget path (#1064) 2023-09-13 14:13:21 -06:00
__init__.py Suppress spurious warnings from bs4 2023-03-22 12:29:05 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Add icons for each search result 2023-10-11 11:05:53 -06:00
request.py Change the consent cookies (#1054) 2023-08-21 14:50:38 -06:00
routes.py Validate urls in `element` and `window` endpoints 2023-09-13 15:50:04 -06:00
version.py Bump version to 0.8.3 2023-08-21 15:06:17 -06:00