Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | Ignore meta refresh content without URL | Rodrigo Arias Mallo | |
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 |