From 995729b60041fc16b0076b492aeb73e0e6fdc76f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 14 Apr 2013 15:15:34 +0200 Subject: [PATCH] Fix #1032. --- CHANGELOG.md | 2 ++ src/features.coffee | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed9212e6..d173b098e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Fix resurrecting dead quotelinks on HTTP. + ### 3.0.6 - *2013-04-14* - Fix regression concerning thread selection when quoting on the index. diff --git a/src/features.coffee b/src/features.coffee index e90adbabf..f06441bca 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -2057,9 +2057,9 @@ Redirect = post: (boardID, postID) -> switch boardID when 'a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg' - "//archive.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}" + "https://archive.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}" when 'u' - "//nsfw.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}" + "https://nsfw.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}" when 'c', 'int', 'out', 'po' "//archive.thedarkcave.org/_/api/chan/post/?board=#{boardID}&num=#{postID}" # for fuuka-based archives: