whoogle-search/app
Ben Busby 2490089645
Remove unused `/url` endpoint
The `/url` endpoint was previously used as a way of mirroring the
`/url?q=<result domain>` formatting of locations in search results from
Google. Rather than have this unnecessary intermediary step, the result
path was extracted and used as the immediate path for each result item
instead.

This endpoint hasn't been in use for many versions and has been in need
of removal for quite some time.
2022-04-26 16:28:04 -06:00
..
models Support proxying results through Whoogle (aka "anonymous view") (#682) 2022-04-13 11:29:07 -06:00
static Add support for relative search results (#715) 2022-04-18 15:27:45 -06:00
templates Render error message w/o `safe` filter 2022-04-26 09:28:05 -06:00
utils Only create ip card if main result div is found 2022-04-26 15:18:29 -06:00
__init__.py Add proxyfix to honor `X-Forwarded-Proto` header (#731) 2022-04-22 11:07:36 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Strip trailing slash on root url in filter 2022-04-20 14:55:19 -06:00
request.py Switch to defusedxml for xml parsing 2022-03-01 12:54:32 -07:00
routes.py Remove unused `/url` endpoint 2022-04-26 16:28:04 -06:00