mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-16 18:25:12 -06:00
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
3 lines
52 B
Python
3 lines
52 B
Python
import gunicorn
|
|
gunicorn.SERVER_SOFTWARE = 'Python'
|