Update src/servers.ts

Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
This commit is contained in:
Alexander Borsuk 2024-10-25 10:53:10 +02:00 committed by GitHub
parent 1a23f724c7
commit 9c8eea6e64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,8 @@ export async function getServersList(request: Request) {
// Older clients download from the archive.
servers = [SERVER.backblaze];
} else if (dataVersion == 240702 && request.headers.get('x-om-appversion') == '1.8.6-4-ios') {
// Redirect unknown bad guys who uses our servers to a slow download "trap" node.
// Redirect https://apps.apple.com/us/app/mapxplorer-navigation-radar/id6463052823
// who abuses our servers to a slow download "trap" node.
return new Response('["https://cdn-fi2.organicmaps.app/"]', {
headers: { 'Content-Type': 'application/json' },
});