whoogle-search/app/templates
Ben Busby 933ce7e068 Handle FF sending bad search suggestion param
Occasionally, Firefox will send the search suggestion
string to the server without a mimetype, resulting in the suggestion
only appearing in Flask's `request.data` field. This field is typically
not used for parsing arguments, as the documentation states:

Contains the incoming request data as string in case it came with a
mimetype Flask does not handle.

This fix captures the bytes object sent to the server and parses it into
a normal query to be used in forming suggestions.
2020-10-28 23:02:41 -04:00
..
display.html Updated dark theme (#121) 2020-09-14 15:29:58 -04:00
error.html Add tor and http/socks proxy support (#137) 2020-10-28 20:47:42 -04:00
header.html Fix improper header styling, remove shopping tab links 2020-10-25 13:52:30 -04:00
index.html Add tor and http/socks proxy support (#137) 2020-10-28 20:47:42 -04:00
opensearch.xml Handle FF sending bad search suggestion param 2020-10-28 23:02:41 -04:00