diff --git a/app/Services/Account/RemoteAuthService.php b/app/Services/Account/RemoteAuthService.php index b9936b7be..c95db28a2 100644 --- a/app/Services/Account/RemoteAuthService.php +++ b/app/Services/Account/RemoteAuthService.php @@ -112,6 +112,7 @@ class RemoteAuthService } return Cache::remember(self::CACHE_KEY . 'domain-compatible:' . $domain, 14400, function() use($domain) { + return true; try { $res = Http::timeout(20)->retry(3, 750)->get('https://beagle.pixelfed.net/api/v1/raa/domain?domain=' . $domain); if(!$res->ok()) { @@ -136,6 +137,7 @@ class RemoteAuthService public static function lookupWebfingerUses($wf) { + return 0; try { $res = Http::timeout(20)->retry(3, 750)->get('https://beagle.pixelfed.net/api/v1/raa/lookup?webfinger=' . $wf); if(!$res->ok()) { @@ -158,6 +160,7 @@ class RemoteAuthService public static function submitToBeagle($ow, $ou, $dw, $du) { + return; try { $url = 'https://beagle.pixelfed.net/api/v1/raa/submit'; $res = Http::throw()->timeout(10)->get($url, [