Merge pull request #4151 from Willamin/patch-1

Add gopher and gemini to the commonSchemes
This commit is contained in:
Pavel Djundik 2021-02-04 11:43:39 +02:00 committed by GitHub
commit eb056c4997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,8 @@ const commonSchemes = [
"ts3server",
"svn+ssh",
"ssh",
"gopher",
"gemini",
];
for (const schema of commonSchemes) {