update comment

This commit is contained in:
yggverse 2025-02-07 21:01:46 +02:00
parent 3d723036e6
commit 0caca74efe

View File

@ -381,7 +381,7 @@ fn handle(
page.set_progress(0.0); page.set_progress(0.0);
page.set_title(&status.title()); page.set_title(&status.title());
redirects.replace(0); // reset 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 // Disallow external redirection by protocol restrictions
} else if "gemini" != target.scheme() } else if "gemini" != target.scheme()
|| uri.port() != target.port() || uri.port() != target.port()