Skip to content

Commit

Permalink
Merge pull request #34 from RichardKalinec/master
Browse files Browse the repository at this point in the history
Adjusted validation regex
  • Loading branch information
manhhungtran committed Dec 19, 2018
2 parents de07327 + d3c6463 commit 99e52a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<KeyOrder>2</KeyOrder>
<KeyType>string</KeyType>
<KeyValidation>
<![CDATA[^(?!.{256})(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z]{1,63}| xn--[a-z0-9]{1,59})$|localhost(:[\d]+)?|127.0.0.1(:[\d]+)?]]>
<_^(?:(?:https?|ftp)://)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\x{00a1}-\x{ffff}0-9]+-?)*[a-z\x{00a1}-\x{ffff}0-9]+)(?:\.(?:[a-z\x{00a1}-\x{ffff}0-9]+-?)*[a-z\x{00a1}-\x{ffff}0-9]+)*(?:\.(?:[a-z\x{00a1}-\x{ffff}]{2,})))(?::\d{2,5})?(?:/[^\s]*)?$_iuS>
</KeyValidation>
<KeyValue>amp.domain.com</KeyValue>
</cms.settingskey>
</cms.settingskey>

0 comments on commit 99e52a3

Please sign in to comment.