mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Fix: Fix typo
This commit is contained in:
parent
c09b67b94d
commit
2eab919ae0
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ export default {
|
|||
// Source: https://stackoverflow.com/questions/106179/regular-expression-to-match-dns-hostname-or-ip-address
|
||||
// Modified to disallow IP addresses with port
|
||||
// eslint-disable-next-line
|
||||
hostnameRegexPattern: "^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-\\.]*[a-zA-Z0-9]\\.))*([A-Za-z]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z]))$"
|
||||
hostnameRegexPattern: "^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\.]*[a-zA-Z0-9]\\.))*([A-Za-z]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z]))$"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue