Require https with foolz

Close #100
This commit is contained in:
seaweedchan 2013-06-18 01:43:40 -07:00
parent 52791e5ace
commit 7a3ad22766
5 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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'],

View File

@ -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'],

View File

@ -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'],

View File

@ -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']