diff options
author | corvid <devnull@localhost> | 2015-05-08 17:09:27 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-05-08 17:09:27 +0000 |
commit | ac33835895fc83ace7d75d1fcd31eb1ace59ed86 (patch) | |
tree | 3574ebcbd0174ca54d719996442d18363fced8ba | |
parent | af1c5e39e54e1ba2d26a472dfac0547afee3269e (diff) |
update some textual references to https
-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. |