aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/meta-refresh-0-no-url.ref.html
AgeCommit message (Collapse)Author
2024-06-25Ignore meta refresh content without URLRodrigo 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