You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/app
Ben Busby f88d1fbb66 Fix main page visibility for noscript users
The body tag of the home page was previously hidden until the page was
finished loading to prevent a flash of unstyled content, but this broke
functionality for users who disallow javascript. This adds in a new
noscript tag to manually enable visibility of the body element, as well
as automatically displaying the config section (since its visibility is
also typically handled by javascript).
4 years ago
..
models Add tor and http/socks proxy support (#137) 4 years ago
static Use relative links instead of absolute (#139) 4 years ago
templates Fix main page visibility for noscript users 4 years ago
utils Add tor and http/socks proxy support (#137) 4 years ago
__init__.py Add tor and http/socks proxy support (#137) 4 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Use relative links instead of absolute (#139) 4 years ago
request.py Add tor and http/socks proxy support (#137) 4 years ago
routes.py Handle FF sending bad search suggestion param 4 years ago