diff --git a/eclipse/background.js b/eclipse/background.js index e7e25dd..a104395 100644 --- a/eclipse/background.js +++ b/eclipse/background.js @@ -119,7 +119,7 @@ function cymruRequest(ip,tabID) { $.ajax({ type : "POST", - url : "http://whois.cymru.com/cgi-bin/whois.cgi", + url : "https://whois.cymru.com/cgi-bin/whois.cgi", data : { action : 'do_whois', bulk_paste : ip, @@ -250,4 +250,4 @@ chrome.extension.onMessage.addListener(function(request, sender, sendResponse) { }); break; } -}); \ No newline at end of file +});