db-sql icon indicating copy to clipboard operation
db-sql copied to clipboard

DB Connections to 'localhost' in production

Open lebalz opened this issue 6 years ago • 1 comments

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?

lebalz avatar May 18 '19 22:05 lebalz

the easy fix is implemented here

lebalz avatar May 28 '19 19:05 lebalz