Fixed ignoreagenthashcheck support for IP ranges.
Ylian Saint-Hilaire committed
Dec 31, 2020 at 11:17 UTC
156d1511e44f0fde25d83221f7700c737f319c44
1 file changed
-1
meshagent.js
-1
@@ -1682,7 +1682,6 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
1682
1683
// Return true if we need to ignore the agent hash check
1684
function isIgnoreHashCheck() {
1685
- // Test
1685
if ((args.ignoreagenthashcheck === true) || (domain.ignoreagenthashcheck === true)) return true;
1686
1687
// Check site wide exceptions