Browse Source

fix(setupchecks): Remove startpage from connectivity check and avoid redirection

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/55321/head
Côme Chilliet 1 week ago
parent
commit
1c4276eea2
No known key found for this signature in database GPG Key ID: A3E2F658B28C760A
  1. 2
      apps/settings/lib/SetupChecks/InternetConnectivity.php

2
apps/settings/lib/SetupChecks/InternetConnectivity.php

@ -41,7 +41,7 @@ class InternetConnectivity implements ISetupCheck {
}
$siteArray = $this->config->getSystemValue('connectivity_check_domains', [
'https://connectivity.nextcloud.com', 'https://www.startpage.com', 'https://www.eff.org', 'https://www.edri.org'
'https://connectivity.nextcloud.com', 'https://www.eff.org', 'https://edri.org'
]);
foreach ($siteArray as $site) {

Loading…
Cancel
Save