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).
2020-11-03 10:41:29 -05:00
..
models Add tor and http/socks proxy support (#137) 2020-10-28 20:47:42 -04:00
static Use relative links instead of absolute (#139) 2020-10-29 11:09:31 -04:00
templates Fix main page visibility for noscript users 2020-11-03 10:41:29 -05:00
utils Add tor and http/socks proxy support (#137) 2020-10-28 20:47:42 -04:00
__init__.py Add tor and http/socks proxy support (#137) 2020-10-28 20:47:42 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Use relative links instead of absolute (#139) 2020-10-29 11:09:31 -04:00
request.py Add tor and http/socks proxy support (#137) 2020-10-28 20:47:42 -04:00
routes.py Handle FF sending bad search suggestion param 2020-10-28 23:02:41 -04:00