修复国家设置,允许不设置任何国家,不做判断
This commit is contained in:
@@ -230,7 +230,7 @@ class VisitorSimulationRunner
|
||||
global $v_info, $reason, $config_name;
|
||||
$config_name = $configName;
|
||||
$v_info = new visitorInfo();
|
||||
$v_info->get_visitor_Info(COSTM_IP_SCORE, CHECK_KEY, SHOW_SITE_COUNTRY);
|
||||
$v_info->get_visitor_Info(COSTM_IP_SCORE, CHECK_KEY, CountryAllowlist::resolvedConfig());
|
||||
$reason = '';
|
||||
|
||||
CheckPipeline::run();
|
||||
|
||||
Reference in New Issue
Block a user