mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-03 01:49:41 -05: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'
|