whoogle-search/app/utils
Ben Busby d33e8241dc
Fix "my ip" search regression
Removes dependency on class names for creating the "my ip" info card in
the results list for searches pertaining to the user's public IP.

Adds test to prevent this from happening again.

Note to anyone reading this and looking to contribute: please avoid
using hardcoded class names at all costs. This approach of
creating/removing content just results in issues if/when Google decides
to introduce/remove class names from the result page.

Fixes #657
2022-02-14 11:40:11 -07:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Move bangs init to bg thread 2022-01-25 12:28:06 -07:00
misc.py Fix incorrect redirect protocol used by Flask 2021-11-21 23:21:04 -07:00
results.py Fix "my ip" search regression 2022-02-14 11:40:11 -07:00
search.py Use consistent header for all result types (#535) 2022-02-07 10:47:25 -07:00
session.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00