mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-01 06:46:43 -04:00
url-mode: add support for matching emxc:// URIs
This protocol is used by matrix for encrypted attachments/files.
This commit is contained in:
parent
74f740c975
commit
890d197c53
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ auto_detected(const struct terminal *term, enum url_action action,
|
||||||
L"file://",
|
L"file://",
|
||||||
L"gemini://",
|
L"gemini://",
|
||||||
L"gopher://",
|
L"gopher://",
|
||||||
|
L"emxc://",
|
||||||
};
|
};
|
||||||
|
|
||||||
size_t max_prot_len = 0;
|
size_t max_prot_len = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue