]> gitweb.factorcode.org Git - factor.git/commitdiff
hacker-news: require urls.secure for https urls.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 25 Oct 2015 20:31:16 +0000 (13:31 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 25 Oct 2015 20:31:35 +0000 (13:31 -0700)
extra/hacker-news/hacker-news.factor

index 396a0525655ee246bb0c864f6cb0942dd828d66c..df720b38ff31f7104afc032267b58ebc9bff33d1 100644 (file)
@@ -4,7 +4,8 @@
 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 ;
+kernel make math math.parser sequences ui urls vocabs ;
+"urls.secure" require ! required for https
 
 IN: hacker-news