Fix ip-api detection

main
Elbert Alias 4 years ago
parent d5c5979529
commit aa75a43286

@ -61,7 +61,7 @@
}, },
"13": { "13": {
"name": "Issue trackers", "name": "Issue trackers",
"groups": [ 3 ], "groups": [ 3, 18 ],
"priority": 2 "priority": 2
}, },
"14": { "14": {

@ -2751,11 +2751,17 @@
"azuredns-cloud\\.net" "azuredns-cloud\\.net"
] ]
}, },
"xhr": {
"x-ms-gateway-requestid": "",
"x-ms-client-request-id": "",
"x-ms-correlation-request-id": ""
},
"headers": { "headers": {
"azure-regionname": "", "azure-regionname": "",
"azure-sitename": "", "azure-sitename": "",
"azure-slotname": "", "azure-slotname": "",
"azure-version": "" "azure-version": "",
"server": "^Windows-Azure"
}, },
"icon": "azure.svg", "icon": "azure.svg",
"website": "https://azure.microsoft.com" "website": "https://azure.microsoft.com"

@ -724,7 +724,7 @@
], ],
"saas": true, "saas": true,
"website": "https://ip-api.com/", "website": "https://ip-api.com/",
"xhr": "ip-api\\.com/" "xhr": "ip-api\\.com"
}, },
"ip-label": { "ip-label": {
"cats": [ "cats": [
@ -841,4 +841,4 @@
], ],
"website": "https://www.iubenda.com/" "website": "https://www.iubenda.com/"
} }
} }

@ -331,7 +331,7 @@
}, },
"React": { "React": {
"cats": [ "cats": [
59 12
], ],
"cpe": "cpe:/a:facebook:react", "cpe": "cpe:/a:facebook:react",
"description": "React is an open-source JavaScript library for building user interfaces or UI components.", "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
@ -1257,4 +1257,4 @@
], ],
"website": "https://www.google.com/recaptcha/" "website": "https://www.google.com/recaptcha/"
} }
} }