diff --git a/LICENSE b/LICENSE index 4e66472ca..5e7ffd9a5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.2.17 - 2013-06-17 +* 4chan X - Version 1.2.17 - 2013-06-18 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.js b/builds/4chan-X.js index d060f0a3c..d6558473e 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -19,7 +19,7 @@ // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC // ==/UserScript== /* -* 4chan X - Version 1.2.17 - 2013-06-17 +* 4chan X - Version 1.2.17 - 2013-06-18 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -7951,7 +7951,7 @@ archives: { 'Foolz': { 'domain': 'archive.foolz.us', - 'http': true, + 'http': false, 'https': true, 'software': 'foolfuuka', 'boards': ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'], @@ -7959,7 +7959,7 @@ }, 'NSFW Foolz': { 'domain': 'nsfw.foolz.us', - 'http': true, + 'http': false, 'https': true, 'software': 'foolfuuka', 'boards': ['u'], diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 8da0ce5cc..12a7be632 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -19,7 +19,7 @@ // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC // ==/UserScript== /* -* 4chan X - Version 1.2.17 - 2013-06-17 +* 4chan X - Version 1.2.17 - 2013-06-18 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -7945,7 +7945,7 @@ archives: { 'Foolz': { 'domain': 'archive.foolz.us', - 'http': true, + 'http': false, 'https': true, 'software': 'foolfuuka', 'boards': ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'], @@ -7953,7 +7953,7 @@ }, 'NSFW Foolz': { 'domain': 'nsfw.foolz.us', - 'http': true, + 'http': false, 'https': true, 'software': 'foolfuuka', 'boards': ['u'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 309a2b030..815cb2a97 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.2.17 - 2013-06-17 +* 4chan X - Version 1.2.17 - 2013-06-18 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -7932,7 +7932,7 @@ archives: { 'Foolz': { 'domain': 'archive.foolz.us', - 'http': true, + 'http': false, 'https': true, 'software': 'foolfuuka', 'boards': ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'], @@ -7940,7 +7940,7 @@ }, 'NSFW Foolz': { 'domain': 'nsfw.foolz.us', - 'http': true, + 'http': false, 'https': true, 'software': 'foolfuuka', 'boards': ['u'], diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index 6e1f69d80..e9b5256b5 100644 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -26,7 +26,7 @@ Redirect = archives: 'Foolz': 'domain': 'archive.foolz.us' - 'http': true + 'http': false 'https': true 'software': 'foolfuuka' 'boards': ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'] @@ -34,7 +34,7 @@ Redirect = 'NSFW Foolz': 'domain': 'nsfw.foolz.us' - 'http': true + 'http': false 'https': true 'software': 'foolfuuka' 'boards': ['u']