From b80968a67d73fadb41b5ec358e6e1db51f7b1cf6 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 19 Nov 2015 14:41:29 -0800 Subject: [PATCH] iqdb.org supports HTTPS now. --- src/General/Config.coffee | 2 +- src/General/Settings.coffee | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index f5293e97f..646dc813b 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -704,7 +704,7 @@ Config = sauces: """ https://www.google.com/searchbyimage?image_url=%IMG - http://iqdb.org/?url=%IMG + //iqdb.org/?url=%IMG http://eye.swfchan.com/search/?q=%name;types:swf;sandbox #//tineye.com/search?url=%IMG #https://www.yandex.com/images/search?rpt=imageview&img_url=%IMG diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index ef49ca063..007ac90e6 100644 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -300,6 +300,9 @@ Settings = if compareString < '00001.00011.00017.00000' for key in ['Persistent QR', 'Color User IDs', 'Fappe Tyme', 'Werk Tyme', 'Highlight Posts Quoting You', 'Highlight Own Posts'] changes[key] = (key is 'Persistent QR') unless data[key]? + if compareString < '00001.00011.00017.00006' + if data['sauces']? + changes['sauces'] = data['sauces'].replace /(#?\s*)http:\/\/iqdb\.org\//g, '$1//iqdb.org/' changes loadSettings: (data, cb) ->