Ver Fonte

Update Webfinger.php

Daniel Supernault há 1 mês atrás
pai
commit
115900c7a7
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      app/Rules/Webfinger.php

+ 0 - 3
app/Rules/Webfinger.php

@@ -44,9 +44,6 @@ class WebFinger implements Rule
             return false;
             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;
         return true;
     }
     }