diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-24 14:29:00 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-25 22:08:40 +0200 |
commit | a39ce5d20d540b2a12a36ad5cf5f058999fcb4bf (patch) | |
tree | 53aa50dbe17ce3783d21cbbfe79e2d9536656098 /ChangeLog | |
parent | 06f9083bdeb085b7b9de762fa029f6519e142dbe (diff) |
Ignore meta refresh content without URL
The content="0" attribute was wrongly parsed as the URL "0". The change
makes the parser ignore a redirect with a content value that doesn't
have ";" or "url=" after the delay number.
Fixes: https://github.com/dillo-browser/dillo/issues/204
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ dillo-3.2.0 [Not released yet] +- Ignore empty page title for tab labels. Fix segfault when clicking the "Done" button in downloads dialog. Add zoom support using Ctrl +/-/0 and the "zoom_factor" option. + Fix wrong redirect by meta refresh without URL. Patches: Rodrigo Arias Mallo dillo-3.1.1 [Jun 8, 2024] |