mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
add lockAgentDownload to schema and config
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -378,6 +378,11 @@
|
||||
],
|
||||
"description": "The HTTP proxy to use when contacting the time stamping server, if false, no proxy is used. By default, the npmproxy value is used."
|
||||
},
|
||||
"lockAgentDownload": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When enabled, MeshCentral will block all downloads of MeshAgent including install scripts, if the user is not logged in"
|
||||
},
|
||||
"ignoreAgentHashCheck": {
|
||||
"type": [
|
||||
"boolean",
|
||||
@@ -1693,6 +1698,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"lockAgentDownload": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When enabled, MeshCentral will block all downloads of MeshAgent including install scripts, if the user is not logged in"
|
||||
},
|
||||
"geoLocation": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user