fix: [captive-portals] jq all the things
parent
e9b5cac5f7
commit
569792dbd7
|
@ -1,29 +1,27 @@
|
||||||
{
|
{
|
||||||
"description": "Hostnames used by different desktop and mobile device operating systems for captive portal detection as documented by the Wireless Broadband Alliance.",
|
"description": "Hostnames used by different desktop and mobile device operating systems for captive portal detection as documented by the Wireless Broadband Alliance.",
|
||||||
"list": [
|
"list": [
|
||||||
"www.apple.com",
|
"android.clients.google.com",
|
||||||
"www.appleiphonecell.com",
|
|
||||||
"captive.apple.com",
|
|
||||||
"www.airport.us",
|
|
||||||
"www.ibook.info",
|
|
||||||
"www.itools.info",
|
|
||||||
"www.thinkdifferent.us",
|
|
||||||
"apple.com",
|
"apple.com",
|
||||||
|
"captive.apple.com",
|
||||||
"clients3.google.com",
|
"clients3.google.com",
|
||||||
"clients4.google.com",
|
"clients4.google.com",
|
||||||
"android.clients.google.com",
|
|
||||||
"connectivitycheck.android.com",
|
|
||||||
"connectivitycheck.gstatic.com",
|
|
||||||
"www.gstatic.com",
|
|
||||||
"www.google.com",
|
|
||||||
"www.androidbak.net",
|
|
||||||
"connectivitycheck.android.com",
|
"connectivitycheck.android.com",
|
||||||
"connectivitycheck.gstatic.com",
|
"connectivitycheck.gstatic.com",
|
||||||
"d2uzsrnmmf6tds.cloudfront.net",
|
"d2uzsrnmmf6tds.cloudfront.net",
|
||||||
"msftncsi.com",
|
|
||||||
"www.msftconnecttest.com",
|
|
||||||
"detectportal.firefox.com",
|
"detectportal.firefox.com",
|
||||||
"spectrum.s3.amazonaws.com"
|
"msftncsi.com",
|
||||||
|
"spectrum.s3.amazonaws.com",
|
||||||
|
"www.airport.us",
|
||||||
|
"www.androidbak.net",
|
||||||
|
"www.apple.com",
|
||||||
|
"www.appleiphonecell.com",
|
||||||
|
"www.google.com",
|
||||||
|
"www.gstatic.com",
|
||||||
|
"www.ibook.info",
|
||||||
|
"www.itools.info",
|
||||||
|
"www.msftconnecttest.com",
|
||||||
|
"www.thinkdifferent.us"
|
||||||
],
|
],
|
||||||
"matching_attributes": [
|
"matching_attributes": [
|
||||||
"hostname",
|
"hostname",
|
||||||
|
|
Loading…
Reference in New Issue