Add Gemini to the list of protocols

This commit is contained in:
blank X
2021-08-11 17:21:33 +00:00
parent 1578ab5547
commit e30812af22

View File

@@ -22,6 +22,7 @@ public class UrlUtils {
regex_sb.append("finger|"); // The Finger proto.
regex_sb.append("ftp(?:s?)|"); // The FTP proto.
regex_sb.append("git|"); // The Git proto.
regex_sb.append("gemini|"); // The Gemini proto.
regex_sb.append("gopher|"); // The Gopher proto.
regex_sb.append("http(?:s?)|"); // The HTTP proto.
regex_sb.append("imap(?:s?)|"); // The IMAP proto.