Make compatible with AnyConnect client on Windows ARM64

This commit is contained in:
David Madole
2022-01-26 01:46:57 +00:00
parent dcd08a6639
commit bfeab649c8

View File

@@ -66,6 +66,7 @@ static const struct known_urls_st known_urls[] = {
LL("/1/Linux", get_empty_handler, NULL),
LL("/1/Linux_64", get_empty_handler, NULL),
LL("/1/Windows", get_empty_handler, NULL),
LL("/1/Windows_ARM64", get_empty_handler, NULL),
LL("/1/Darwin_i386", get_empty_handler, NULL),
LL("/1/binaries/vpndownloader.sh", get_dl_handler, NULL),
LL("/1/VPNManifest.xml", get_string_handler, NULL),
@@ -887,4 +888,4 @@ int add_owasp_headers(worker_st * ws)
return -1;
}
return 0;
}
}