db-sql
db-sql copied to clipboard
DB Connections to 'localhost' in production
Currently a user can specify whatever host wished. What happens if in productive environment a user want to access localhost!? With the current implementation this is a security risk because you could access the servers productive db.
Discussion Could we provide some mechanisms to access local user-databases with a third-party installation like ngrok client-side?
the easy fix is implemented here