]> gitweb.factorcode.org Git - factor.git/commitdiff
hacker-news: no longer need to load urls.secure!
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 30 Oct 2015 04:29:33 +0000 (21:29 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 30 Oct 2015 04:29:33 +0000 (21:29 -0700)
extra/hacker-news/hacker-news.factor

index df720b38ff31f7104afc032267b58ebc9bff33d1..7baa71d490077864e2d923ae30737945c66f62e0 100644 (file)
@@ -5,7 +5,6 @@ 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