You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do understand there are some security implications behind that but it might be easy to restrict it only to localhost to avoid accidentally running a query in prod
The text was updated successfully, but these errors were encountered:
You should be able to pass ?cmd=edit&arg=yourqueryhere to prepopulate the editor, at least in the preview version of Neo4j Browser. We don't want to make assumptions about if the user in production or not, so we don't support automatically running it for the security concerns you outline
Hello, it would be very useful for demonstrations and script automatisation to be able to pass queries as command line parameter.
Example http://localhost:7474/browser/?query=""
I do understand there are some security implications behind that but it might be easy to restrict it only to localhost to avoid accidentally running a query in prod
The text was updated successfully, but these errors were encountered: