whoogle-search/app
Joao A. Candido Ramos fb6627a9cc
Remove duplicated handling of /url result links (#769)
It appears that result links beginning with '/url' were mistakenly
commited with an inefficient filtering process in its place. With the
way the code is structured, this less effective '/url' link filter took
precedence over the previous link filter, and also caused users with the
"open link in new tab" config enabled to no longer have access to that
feature.

Fixes #769
2022-05-25 11:37:34 -06:00
..
models Support proxying results through Whoogle (aka "anonymous view") (#682) 2022-04-13 11:29:07 -06:00
static Fix german translation error (#742) 2022-05-02 11:56:21 -06:00
templates Render error message w/o `safe` filter 2022-04-26 09:28:05 -06:00
utils Remove "/" before endpoints & tags (#734) 2022-04-27 14:25:14 -06:00
__init__.py Use `lax` for session `SameSite` value (not `strict`) 2022-05-10 17:40:58 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Remove duplicated handling of /url result links (#769) 2022-05-25 11:37:34 -06:00
request.py Switch to defusedxml for xml parsing 2022-03-01 12:54:32 -07:00
routes.py Use `window` from Endpoint enum for anon view (#748) 2022-05-10 16:06:57 -06:00