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:
parent
fde585a122
commit
d7ac8bc5fa
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue