We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8676f commit ffd3aa0Copy full SHA for ffd3aa0
1 file changed
ui/opensnitch/dialogs/prompt/constants.py
@@ -39,7 +39,7 @@
39
40
APPIMAGE_PREFIX = "/tmp/.mount_"
41
SNAP_PREFIX = "/snap"
42
-FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java", "ssh"]
+FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java"]
43
44
# label displayed in the pop-up combo
45
DURATION_session = QC.translate("popups", "until reboot")
0 commit comments