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:
committed by
waddlesplash
parent
16c62a59bf
commit
9afa3f0e86
@@ -142,8 +142,7 @@ static const char* kHandledProtocols[] = {
|
||||
"https",
|
||||
"file",
|
||||
"about",
|
||||
"data",
|
||||
"gopher"
|
||||
"data"
|
||||
};
|
||||
|
||||
static const char* kBookmarkBarSubdir = "Bookmark bar";
|
||||
|
||||
Reference in New Issue
Block a user