From 5b44045d55d95552bcde246b3f0effe70b566e15 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 21 Sep 2013 13:40:52 +0200 Subject: [PATCH 1/2] Remove foolz+hsts issue workaround. --- src/Archive/Redirect.coffee | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index 24de31b4f..bb63f09ae 100644 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -69,12 +69,7 @@ Redirect = post: (archive, {boardID, postID}) -> # For fuuka-based archives: # https://github.com/eksopl/fuuka/issues/27 - protocol = Redirect.protocol archive - # XXX foolz had HSTS set for 120 days, which broke XHR+CORS+Redirection when on HTTP. - # Remove necessary HTTPS procotol in September 2013. - if archive.name in ['Foolz', 'NSFW Foolz'] - protocol = 'https://' - URL = new String "#{protocol}#{archive.domain}/_/api/chan/post/?board=#{boardID}&num=#{postID}" + URL = new String "#{Redirect.protocol archive}#{archive.domain}/_/api/chan/post/?board=#{boardID}&num=#{postID}" URL.archive = archive URL From f486cf43d5a47593c6ed5cc6e81e37a2343e433e Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 23 Sep 2013 14:59:05 +0200 Subject: [PATCH 2/2] Release 4chan X v3.11.4. --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a7ea08b..eb9bd480d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 3.11.4 - *2013-09-23* + Tiny posting cooldown adjustment: - You can post an image reply immediately after a non-image reply. diff --git a/package.json b/package.json index 9d548fa63..9fe142b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "3.11.3", + "version": "3.11.4", "description": "Cross-browser extension for productive lurking on 4chan.", "meta": { "name": "4chan X",