mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
08c4deba5a
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'
|