We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1578ab5 + e30812a commit cac9a76Copy full SHA for cac9a76
termux-shared/src/main/java/com/termux/shared/data/UrlUtils.java
@@ -22,6 +22,7 @@ public static Pattern getUrlMatchRegex() {
22
regex_sb.append("finger|"); // The Finger proto.
23
regex_sb.append("ftp(?:s?)|"); // The FTP proto.
24
regex_sb.append("git|"); // The Git proto.
25
+ regex_sb.append("gemini|"); // The Gemini proto.
26
regex_sb.append("gopher|"); // The Gopher proto.
27
regex_sb.append("http(?:s?)|"); // The HTTP proto.
28
regex_sb.append("imap(?:s?)|"); // The IMAP proto.
0 commit comments