summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-29 15:59:11 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-29 15:59:11 -0400
commitf35df545841fc10b0a61b33901002e401b3dd487 (patch)
tree8b8c76e28e1971489f6cebcf4c94fae28bb7c74b /ChangeLog
parentccd39b8804cba58206d254944c8e7c3bb8e02cdf (diff)
Workaround: request to only check the root URL's certificate (https).
This avoids the dialog bombing that stems from loading multiple https images/resources in a single page. A proper fix would take either to implement the https-dpi as a server (with state), or to move back https handling into dillo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e787ba61..768ddead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@ dillo-3.0 [August ??, 2011]
- Remove 'fullscreen' key action.
- Fixed a border case in URL resolver: empty path + {query|fragment} (BUG#948)
- Avoid double draw after going Back or Forward (it takes half the time now!).
+ - Avoid a certificate dialog storm on some HTTPS sites (BUG#868).
Patches: Jorge Arellano Cid
+- Remove --enable-ansi configure option.
- Limit saved cookie size.