webpositive: Officially handle gopher: URI scheme now
Avoids it asking Google what to do with the URL.
This commit is contained in:
parent
d9b7113a6d
commit
dc8665f745
@ -141,7 +141,8 @@ static const char* kHandledProtocols[] = {
|
||||
"https",
|
||||
"file",
|
||||
"about",
|
||||
"data"
|
||||
"data",
|
||||
"gopher"
|
||||
};
|
||||
|
||||
|
||||
|
@ -22,6 +22,7 @@ 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"
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user