hacker-news: require urls.secure for https urls.
parent
753ebb1582
commit
a1a9326307
|
@ -4,7 +4,8 @@
|
||||||
USING: accessors assocs calendar calendar.elapsed
|
USING: accessors assocs calendar calendar.elapsed
|
||||||
colors.constants colors.hex combinators concurrency.combinators
|
colors.constants colors.hex combinators concurrency.combinators
|
||||||
formatting fry hashtables http.client io io.styles json.reader
|
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
|
IN: hacker-news
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue