From ff0dd273450343da3d98a171b501d7241165c6dd Mon Sep 17 00:00:00 2001 From: Pascal Abresch Date: Thu, 6 Feb 2025 11:41:11 +0100 Subject: [PATCH] WebPositive: remove gopher from supported protocols Goodbye sweet prince! This hasen't worked for quite some time, Webkit uses the curl backend currently which has no support for gopher. Our netkit backend also never "truely" supported gopher, instead translating pages to html with some prebuild styles, those also don't use the CSS system colors, for lack of existence back then. Change-Id: I5d5098db9512bb22cde8c17fa1553637b30ae65b Reviewed-on: https://review.haiku-os.org/c/haiku/+/8938 Reviewed-by: waddlesplash Tested-by: Commit checker robot --- src/apps/webpositive/WebPositive.rdef | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/webpositive/WebPositive.rdef b/src/apps/webpositive/WebPositive.rdef index e12e64a85f..615bc0ac5a 100644 --- a/src/apps/webpositive/WebPositive.rdef +++ b/src/apps/webpositive/WebPositive.rdef @@ -24,7 +24,6 @@ resource file_types message { "types" = "application/xhtml+xml", "types" = "application/x-vnd.Be.URL.file", "types" = "application/x-vnd.Be.URL.ftp", - "types" = "application/x-vnd.Be.URL.gopher", "types" = "application/x-vnd.Be.URL.http", "types" = "application/x-vnd.Be.URL.https" };