Add support for 6.0.23

This commit is contained in:
Paul Tyng
2020-10-19 11:13:51 -04:00
parent 020dad41e7
commit abc676f62b
84 changed files with 2131 additions and 252 deletions

View File

@@ -0,0 +1,12 @@
{
"username": ".{1,256}",
"password": ".{1,256}",
"remember": "true|false",
"strict": "true|false",
"site_name": ".{0,256}",
"sso_token": ".{0,256}",
"for_hotspot": "true|false",
"for_sso": "true|false",
"ubic_2fa_token": ".{0,256}",
"ubic_uuid": ".{0,256}"
}