mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Jul 31st update
This commit is contained in:
@@ -383,6 +383,11 @@ private:
|
||||
}
|
||||
|
||||
if (getProfileAgentSettingWithDefault<bool>(false, "agent.config.supportInvalidation")) return true;
|
||||
|
||||
if (getSetting<string>("intelligence", "local intelligence server ip").ok()) {
|
||||
return getProfileAgentSettingWithDefault<bool>(true, "agent.config.useLocalIntelligence");
|
||||
}
|
||||
|
||||
dbgTrace(D_INTELLIGENCE) << "Local intelligence not supported";
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user