Skip to content

Commit

Permalink
Added new version of MapXPlorer 1.8.7-1-ios into abusers list
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Nov 12, 2024
1 parent fde585a commit d7ac8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d7ac8bc

Please sign in to comment.