このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app
Ben Busby 4180aedd87 Added image proxying, refactored filter class
Images were previously directly fetched from google search results,
which was a potential privacy hazard. All image sources are now modified
to be passed through shoogle's routing first, which will then fetch raw
image data and pass it through to the user.

Filter class was refactored to split the primary clean method into
smaller, more manageable submethods.
2020-04-27 20:21:36 -06:00
..
static Fixed gitignore, added required files 2020-04-24 19:03:22 -06:00
templates Fixed gitignore, added required files 2020-04-24 19:03:22 -06:00
__init__.py Initial commit 2020-01-21 13:26:49 -07:00
filter.py Added image proxying, refactored filter class 2020-04-27 20:21:36 -06:00
request.py Added image proxying, refactored filter class 2020-04-27 20:21:36 -06:00
rhyme.py Refactored routes, added filter class for returned results, added dockerignore 2020-04-10 14:52:27 -06:00
routes.py Added image proxying, refactored filter class 2020-04-27 20:21:36 -06:00