Skip to content

Commit ef5cb95

Browse files
rbrenopenhands-agentenyst
authored
Fix VNC security vulnerability by defaulting to disabled (#974)
Co-authored-by: openhands <[email protected]> Co-authored-by: Engel Nyst <[email protected]>
1 parent cab18f9 commit ef5cb95

File tree

1 file changed

+1
-1
lines changed
  • openhands-agent-server/openhands/agent_server/docker

1 file changed

+1
-1
lines changed

openhands-agent-server/openhands/agent_server/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ COPY --chown=${USERNAME}:${USERNAME} openhands-agent-server/openhands/agent_serv
181181

182182
USER ${USERNAME}
183183
WORKDIR /
184-
ENV OH_ENABLE_VNC=true
184+
ENV OH_ENABLE_VNC=false
185185
ENV LOG_JSON=true
186186
EXPOSE ${PORT} ${NOVNC_PORT}
187187

0 commit comments

Comments
 (0)