summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-15 20:30:14 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-17 20:03:45 +0200
commit9f44eb55c67cebd6b2b70758d9a5abf37b8d0fde (patch)
treef577b624a72b64aca95b7be83d153dcba6c99344 /ChangeLog
parente4225afe894a59c76b6d24d74c52929421f8c0c8 (diff)
Only use full URL for HTTP proxies
When performing a HTTPS request over a HTTP proxy, a direct connection is made to the remote server, so the GET line will be received as is. Therefore we shouldn't send the full URL but just the path. Fixes: https://github.com/dillo-browser/dillo/issues/279
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c38704ac..df1b7590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@ dillo-3.2.0 [Not released yet]
- Add scrollbar_page_mode option to easily scroll full pages with the mouse.
- Control the page overlap with the scroll_page_overlap option.
- Set focus_new_tab=NO and show_quit_dialog=NO by default.
+ - Fix GET requests over HTTPS via a proxy.
Patches: Rodrigo Arias Mallo
+- Add primitive support for SVG using the nanosvg.h library.
- Add support for ch, rem, vw, vh, vmin and vmax CSS units.