whoogle-search/app/utils
Vansh Comar 771bf34ce9
Show client IP for "my ip" searches (#469)
This introduces a new UI element for displaying the client IP
address when a search for "my ip" is used.

Note that this does not show the IP address seen by Google
if Whoogle is deployed remotely. It uses `request.remote_addr`
to display the client IP address in the UI, not the actual address
of the server (which is what Google sees in requests sent from
remote Whoogle instances).
2021-10-21 10:42:31 -06:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Make bang searches case insensitive (#438) 2021-09-27 19:39:58 -06:00
misc.py Disable autocomplete via WHOOGLE_AUTOCOMPLETE var 2021-10-14 18:59:10 -06:00
results.py Show client IP for "my ip" searches (#469) 2021-10-21 10:42:31 -06:00
search.py Show client IP for "my ip" searches (#469) 2021-10-21 10:42:31 -06:00
session.py Switch to single Fernet key per session 2021-04-05 11:00:56 -04:00