From b672f5d00d9f79fb119c9a2fe61093ed0e622e6a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 25 Dec 2017 05:39:15 -0800 Subject: [PATCH] Use HTTPS for catalog.neet.tv if on HTTPS 4chan page. --- src/Miscellaneous/CatalogLinks.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/CatalogLinks.coffee b/src/Miscellaneous/CatalogLinks.coffee index 2993e7630..a77cb2c1c 100644 --- a/src/Miscellaneous/CatalogLinks.coffee +++ b/src/Miscellaneous/CatalogLinks.coffee @@ -76,7 +76,7 @@ CatalogLinks = catalog: (board=g.BOARD.ID) -> if Conf['External Catalog'] and board in ['a', 'c', 'g', 'biz', 'k', 'm', 'o', 'p', 'v', 'vg', 'vr', 'w', 'wg', 'cm', '3', 'adv', 'an', 'asp', 'cgl', 'ck', 'co', 'diy', 'fa', 'fit', 'gd', 'int', 'jp', 'lit', 'mlp', 'mu', 'n', 'out', 'po', 'sci', 'sp', 'tg', 'toy', 'trv', 'tv', 'vp', 'wsg', 'x', 'f', 'pol', 's4s', 'lgbt'] - "http://catalog.neet.tv/#{board}/" + "//catalog.neet.tv/#{board}/" else if Conf['JSON Index'] and Conf['Use <%= meta.name %> Catalog'] if g.BOARD.ID is board and g.VIEW is 'index' then '#catalog' else "/#{board}/#catalog" else