Skip to content

Commit

Permalink
fix: enforced https
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbogale committed Jan 16, 2025
1 parent c7ba331 commit b401a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"$comment": "UI - Single Line text entry for HTTPS Urls.",
"type": "string",
"format": "uri",
"pattern": "^[^\\n\\r]*$",
"pattern": "^https://[^\\s]+$",
"x-note": "Must start with 'https://' and is followed by one or more non-whitespace characters, ending at the end of the string."
},
"multiLineTextEntry": {
Expand Down

0 comments on commit b401a2a

Please sign in to comment.