Skip to content

Commit cbe651c

Browse files
committed
Merge pull request #128 from chris007de/patch_ircs
added ircs:// as valid uri scheme
2 parents eabc1f5 + 8136b09 commit cbe651c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"irc": {
112112
"title": "IRC",
113113
"type": "string",
114-
"pattern": "^irc://.*",
114+
"pattern": "^(irc|ircs)://.*",
115115
"description": "your community's irc channel, starts with irc://",
116116
"required": false
117117
},

0 commit comments

Comments
 (0)