whoogle-search/app
Ben Busby dcb80ac250 Send CSP header in all responses
Introduces a new content security policy header for responses to all
requests to reduce the possibility of ip leaks to outside connections.
By default blocks all inline scripts, and only allows content loaded
from Whoogle.

Refactors a few small inline scripting cases in the project to their own
individual scripts.
2021-04-05 11:00:56 -04:00
..
misc Hotfix: Move language/country json to app dir 2021-02-07 18:55:27 -05:00
models Move language/country settings to app config 2020-12-17 16:42:05 -05:00
static Send CSP header in all responses 2021-04-05 11:00:56 -04:00
templates Send CSP header in all responses 2021-04-05 11:00:56 -04:00
utils Allow bang operator anywhere in query 2021-04-05 11:00:56 -04:00
__init__.py Send CSP header in all responses 2021-04-05 11:00:56 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Ensure G logo doesn't appear in mobile img results 2021-04-05 11:00:56 -04:00
request.py Hotfix: Set EU consent cookie to pending for all requests 2021-04-02 12:32:59 -04:00
routes.py Send CSP header in all responses 2021-04-05 11:00:56 -04:00