From a3af3912421d5848bce9eac7031da406bac2ba5b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 6 Nov 2020 21:59:39 +0200 Subject: Automatic redirects to the same scheme IssueID #16 --- src/gmutil.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gmutil.c') diff --git a/src/gmutil.c b/src/gmutil.c index 52fe6b28..6166efd6 100644 --- a/src/gmutil.c +++ b/src/gmutil.c @@ -247,11 +247,11 @@ static const struct { "Invalid Redirect", "The server responded with a redirect but did not provide a valid destination URL. " "Perhaps the server is malfunctioning." } }, - { nonGeminiRedirect_GmStatusCode, + { schemeChangeRedirect_GmStatusCode, { 0x27a0, /* dashed arrow */ - "Redirect to Non-Gemini URL", - "The server attempted to redirect us to a non-Gemini URL. Here is the link so you " - "can open it manually if appropriate."} }, + "Scheme-Changing Redirect", + "The server attempted to redirect us to a URL whose scheme is different than the " + "originating URL's scheme. Here is the link so you can open it manually if appropriate."} }, { tooManyRedirects_GmStatusCode, { 0x27a0, /* dashed arrow */ "Too Many Redirects", -- cgit v1.2.3