mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
fix(setupchecks): Remove startpage from connectivity check and avoid redirection
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
cc3851f73c
commit
1c4276eea2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue