Skip to content

Commit

Permalink
Add hostname pattern validation for update-vhost ServerNames
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent e57ed9c commit 67d8965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imageroot/actions/update-vhost/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"type": "array",
"items": {
"type": "string",
"format": "hostname"
"format": "hostname",
"pattern": "\\."
},
"title": "ServerNames",
"description": "Fully qualified domain names as virtualhost."
Expand Down

0 comments on commit 67d8965

Please sign in to comment.