url-mode: add support for matching emxc:// URIs

This protocol is used by matrix for encrypted attachments/files.
This commit is contained in:
Clayton Craft 2021-05-19 12:23:27 -07:00
parent 74f740c975
commit 890d197c53
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -220,6 +220,7 @@ auto_detected(const struct terminal *term, enum url_action action,
L"file://",
L"gemini://",
L"gopher://",
L"emxc://",
};
size_t max_prot_len = 0;