このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/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
2020-05-16 09:31:07 -06:00
..
models Added config option for opening links in new tab (#49) 2020-05-15 16:10:31 -06:00
static Added config option for opening links in new tab (#49) 2020-05-15 16:10:31 -06:00
templates Added config option for opening links in new tab (#49) 2020-05-15 16:10:31 -06:00
__init__.py
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Added config option for opening links in new tab (#49) 2020-05-15 16:10:31 -06:00
request.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
routes.py Updated redirect code used in https redirects 2020-05-16 09:31:07 -06:00