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 9c96f0fd57
Improve default response headers
Reponse headers now include the following:
- X-Content-Type-Options: nosniff
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=63072000
  - Only when HTTPS_ONLY is set

https://infosec.mozilla.org/guidelines/web_security#http-strict-transport-security
https://infosec.mozilla.org/guidelines/web_security#x-content-type-options
https://infosec.mozilla.org/guidelines/web_security#x-frame-options
3 years ago
..
models Use 'gl' search param to set country 3 years ago
static Use 'gl' search param to set country 3 years ago
templates Import logo stylesheet before applying custom css 3 years ago
utils Fix incorrect redirect protocol used by Flask 3 years ago
__init__.py Improve cookie security when `HTTPS_ONLY` is set 3 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Improve public instance session management (#480) 3 years ago
request.py Use 'gl' search param to set country 3 years ago
routes.py Improve default response headers 3 years ago