Skip to content

Commit

Permalink
Merge pull request #547 from owncloud/jnweiger-longer-tld
Browse files Browse the repository at this point in the history
allow longer TLDs
  • Loading branch information
jnweiger authored Jun 14, 2023
2 parents 581c193 + b2408fa commit 743e0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</p>
<p class="av_host">
<label for="av_host"><?php p($l->t('Host'));?></label>
<input pattern="^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^((?!-)[A-Za-z0-9-]{1,63}(?<!-)\.)+[A-Za-z]{2,6}$|^((?!-)[A-Za-z0-9-]{1,63}(?<!-))$" type="text" id="av_host" name="avHost" value="<?php p($_['avHost']); ?>" title="<?php p($l->t('Hostname or IP address of Antivirus Host'));?>">
<input pattern="^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^((?!-)[A-Za-z0-9-]{1,63}(?<!-)\.)+[A-Za-z]{2,63}$|^((?!-)[A-Za-z0-9-]{1,63}(?<!-))$" type="text" id="av_host" name="avHost" value="<?php p($_['avHost']); ?>" title="<?php p($l->t('Hostname or IP address of Antivirus Host'));?>">
</p>
<p class="av_port">
<label for="av_port"><?php p($l->t('Port'));?></label>
Expand Down

0 comments on commit 743e0b3

Please sign in to comment.