Fix tests

pull/5978/head
Daniel Supernault 4 months ago
parent ab9c13fe0d
commit cb80c65995
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -175,7 +175,7 @@ class Helpers
return false;
}
if (! self::passesSecurityChecks($host, $disableDNSCheck, $forceBanCheck)) {
if (!$disableDNSCheck && ! self::passesSecurityChecks($host, $disableDNSCheck, $forceBanCheck)) {
return false;
}

Loading…
Cancel
Save