Add demo configuration to disable remotingCLI (fix security issue (#162)
reported in admin)
This commit is contained in:
parent
404880bd9a
commit
bafd4d62ea
|
|
@ -60,3 +60,7 @@ tool:
|
|||
installations:
|
||||
- name: git
|
||||
home: /usr/local/bin/git
|
||||
|
||||
security:
|
||||
remotingCLI:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue