pgadmin4/pkg/docker/gunicorn_config.py
Ganesh Jaybhay 08c4deba5a Added following security enhancements:
1) Added ALLOWED_HOSTS list to limit the host address.
  2) Added CSP and HSTS security header.
  3) Hide the webserver/ development framework version.

Fixes #5919
2020-10-20 17:14:45 +05:30

3 lines
52 B
Python

import gunicorn
gunicorn.SERVER_SOFTWARE = 'Python'