diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 15:59:11 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 15:59:11 -0400 |
commit | f35df545841fc10b0a61b33901002e401b3dd487 (patch) | |
tree | 8b8c76e28e1971489f6cebcf4c94fae28bb7c74b /ChangeLog | |
parent | ccd39b8804cba58206d254944c8e7c3bb8e02cdf (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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |