Added new version of MapXPlorer 1.8.7-1-ios into abusers list

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-11-12 12:38:53 +01:00
parent fde585a122
commit d7ac8bc5fa

View file

@ -119,7 +119,7 @@ export async function getServersList(request: Request) {
// of their current maps data version, for example, "211022" (October 22, 2021).
// It is lowercased by Cloudflare.
const dataVersion = parseDataVersion(request.headers.get('x-om-dataversion'));
const abusedVersions = ['1.8.6-4-ios', '1.8.8-1-ios'];
const abusedVersions = ['1.8.6-4-ios', '1.8.7-1-ios', '1.8.8-1-ios'];
if (dataVersion === null) {
// Older clients download from the archive.
servers = [SERVER.backblaze];