hacker-news: require urls.secure for https urls.

db4
John Benediktsson 2015-10-25 13:31:16 -07:00
parent 753ebb1582
commit a1a9326307
1 changed files with 2 additions and 1 deletions

View 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