Added /VPN to the list of known URLs for auth

This URL is used by certain versions of the anyconnect client.
Reported by sskaje.
This commit is contained in:
Nikos Mavrogiannopoulos
2015-12-06 10:07:39 +01:00
parent 4e71afbf6f
commit 7db767599a

View File

@@ -55,6 +55,7 @@ struct known_urls_st {
const static struct known_urls_st known_urls[] = {
LL("/", get_auth_handler, post_auth_handler),
LL("/auth", get_auth_handler, post_auth_handler),
LL("/VPN", get_auth_handler, post_auth_handler),
#ifdef ANYCONNECT_CLIENT_COMPAT
LL("/1/index.html", get_empty_handler, NULL),
LL("/1/Linux", get_empty_handler, NULL),