diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | dillorc | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -27,8 +27,8 @@ dillorc. Here's a list of some old well-known problems of dillo: * no FRAMES rendering - * no https (there's a barebones prototype, enable it with: - ./configure --enable-ssl ). + * https code not yet fully trusted + (enable it with: ./configure --enable-ssl ). -------- @@ -186,7 +186,7 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # Change this if you want Dillo to reuse HTTP connections to a server or proxy # when possible instead of making a new connection for every request for a new -# page/image/stylesheet. Currently, HTTPS connections are never reused. +# page/image/stylesheet. #http_persistent_conns=NO # Set the proxy information for http. |