From 3680d14485f6382eb2ec1d682b2328bc57aac1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 19 Apr 2021 18:16:20 +0300 Subject: [PATCH] Add a Known bugs section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7133ec2..cd0c30c 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,11 @@ default `.chimera/resources` is html.defaultFont: -*-*-*-*-*-*-*-*-*-*-*-*-*-* chimera.homeURL: http://example.org bookmark.filename: ~/.chimera/bookmarks.html + +Known bugs +---------- + +- The browser will crash if a relative URL contains a ':', likely a URL + parsing error. +- Saving pages will often segfault, even when loading them would work. +- http:// links that redirect to HTTPS hang with "0 bytes read so far."