From 0caca74efe7863105c46dc250c39b6f81b2530d5 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 7 Feb 2025 21:01:46 +0200 Subject: [PATCH] update comment --- src/app/browser/window/tab/item/client/driver/gemini.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/client/driver/gemini.rs b/src/app/browser/window/tab/item/client/driver/gemini.rs index fa45044c..f93a231f 100644 --- a/src/app/browser/window/tab/item/client/driver/gemini.rs +++ b/src/app/browser/window/tab/item/client/driver/gemini.rs @@ -381,7 +381,7 @@ fn handle( page.set_progress(0.0); page.set_title(&status.title()); redirects.replace(0); // reset - /* @TODO can't find that in specification: + /* @TODO can't find that in specification, implement manual confirmation status page: // Disallow external redirection by protocol restrictions } else if "gemini" != target.scheme() || uri.port() != target.port()