mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-23 12:43:14 -05:00
Fixed ignoreagenthashcheck support for IP ranges.
This commit is contained in:
parent
cfd428a139
commit
156d1511e4
@ -1682,7 +1682,6 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
||||
|
||||
// Return true if we need to ignore the agent hash check
|
||||
function isIgnoreHashCheck() {
|
||||
// Test
|
||||
if ((args.ignoreagenthashcheck === true) || (domain.ignoreagenthashcheck === true)) return true;
|
||||
|
||||
// Check site wide exceptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user