]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "hacker-news: no longer need to load urls.secure!"
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 4 Nov 2015 15:45:49 +0000 (07:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 4 Nov 2015 15:45:49 +0000 (07:45 -0800)
This reverts commit 48a0fa5428655992201964f0d3d0e37fab57252b.

extra/hacker-news/hacker-news.factor

index 7baa71d490077864e2d923ae30737945c66f62e0..df720b38ff31f7104afc032267b58ebc9bff33d1 100644 (file)
@@ -5,6 +5,7 @@ USING: accessors assocs calendar calendar.elapsed
 colors.constants colors.hex combinators concurrency.combinators
 formatting fry hashtables http.client io io.styles json.reader
 kernel make math math.parser sequences ui urls vocabs ;
+"urls.secure" require ! required for https
 
 IN: hacker-news