Skip to content

Commit

Permalink
PLATFORM-13860 - Adjust the validation regex to be K12 friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
manhhungtran committed Jan 14, 2019
1 parent 2115b77 commit af56590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<KeyOrder>2</KeyOrder>
<KeyType>string</KeyType>
<KeyValidation>
<_^(?:(?: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>
<![CDATA[^((http|https)\:\/\/)?((([_a-zA-Z0-9][_a-zA-Z0-9\-]*\.)*[a-zA-Z0-9][a-zA-Z0-9\-]+)|((\d{1,3}\.){3}\d{1,3}))(\:\d{1,5})?(\/(\%[a-zA-Z0-9]{2}|[a-zA-Z0-9_()])*\/?)*$]]>
</KeyValidation>
<KeyValue>amp.domain.com</KeyValue>
</cms.settingskey>

0 comments on commit af56590

Please sign in to comment.