From 96a260f94aa4a050c32d6ea2b0e1c567a550e757 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 4 Nov 2021 19:10:10 -0500 Subject: [PATCH] update webfront ip lookup to bypass api key restriction --- WebfrontCore/wwwroot/js/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/wwwroot/js/profile.js b/WebfrontCore/wwwroot/js/profile.js index 8472f92b..9f0a79b2 100644 --- a/WebfrontCore/wwwroot/js/profile.js +++ b/WebfrontCore/wwwroot/js/profile.js @@ -96,7 +96,7 @@ $('.ip-locate-link').click(function (e) { e.preventDefault(); const ip = $(this).data("ip"); - $.getJSON('https://extreme-ip-lookup.com/json/' + ip) + $.getJSON('https://extreme-ip-lookup.com/json/' + ip + '?key=demo') .done(function (response) { $('#mainModal .modal-title').text(ip); $('#mainModal .modal-body').text('');