mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Werkzeug middleware allows us to set the number of trusted ports and few other params behind the proxy. By default values are set to zero. Added 'X-Forwarded-*' configuration options and set the default value of the port to 1 to work with non-standard port. Fixes #4768