mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 11:36:11 +01:00
Merge pull request #2217 from the-blank-x/supportgemini
Add gemini to the list of url regex protocols
This commit is contained in:
commit
cac9a769c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue