Browse Source

Update Webfinger.php

Daniel Supernault 1 month ago
parent
commit
115900c7a7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/Rules/Webfinger.php

+ 0 - 3
app/Rules/Webfinger.php

@@ -44,9 +44,6 @@ class WebFinger implements Rule
             return false;
         }
 
-        // Optional: Check if domain resolves (can be enabled for stricter validation)
-        // return checkdnsrr($domain, 'A') || checkdnsrr($domain, 'AAAA') || checkdnsrr($domain, 'MX');
-
         return true;
     }