From 9e4094cadd9fbe6288cea0b1aebf9aa70b1cdb46 Mon Sep 17 00:00:00 2001 From: repat Date: Tue, 27 Jan 2015 22:44:45 +0100 Subject: [PATCH] whois via https cymru.com allows it, cert is valid until 2017, so why not --- eclipse/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});