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 a4382d59f6
Updated redirect code used in https redirects
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections

301 redirections do not keep the request method intact, and can occasionally be changed from POST to GET

308 redirections always keep the request method, which is necessary for all POST search requests
4 years ago
..
models Added config option for opening links in new tab (#49) 4 years ago
static Added config option for opening links in new tab (#49) 4 years ago
templates Added config option for opening links in new tab (#49) 4 years ago
__init__.py Added POST search, encrypted query strings, refactoring 4 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Added config option for opening links in new tab (#49) 4 years ago
request.py Feature: language config (#27) 4 years ago
routes.py Updated redirect code used in https redirects 4 years ago