WebPositive remove gopher from supported protols

This was already 1) broken in webkit 2) removed in registrar

This will now also cause WebPositive to hand off gopher urls to a more
apropriate app instead of giving it to webkit and getting an error back
because it is unsupported

Change-Id: I5253eaf8f8bfe3c0971895c6df6fa03b9fc4e237
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11021
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Pascal Abresch
2026-05-26 21:31:58 +00:00
committed by waddlesplash
parent 16c62a59bf
commit 9afa3f0e86
+1 -2
View File
@@ -142,8 +142,7 @@ static const char* kHandledProtocols[] = {
"https",
"file",
"about",
"data",
"gopher"
"data"
};
static const char* kBookmarkBarSubdir = "Bookmark bar";