mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Improved block check for redirects
This commit is contained in:
parent
ced77ccbce
commit
edf3e9c4b6
2 changed files with 4 additions and 15 deletions
|
@ -63,7 +63,7 @@ class UpdateServerPeers
|
|||
}
|
||||
|
||||
++$total;
|
||||
if (DBA::exists('gserver', ['nurl' => 'http://' . $peer])) {
|
||||
if (DBA::exists('gserver', ['nurl' => Strings::normaliseLink('http://' . $peer)])) {
|
||||
// We already know this server
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue