We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdaee1 commit ec833c6Copy full SHA for ec833c6
1 file changed
src/main/java/org/prebid/server/auction/IpAddressHelper.java
@@ -20,8 +20,7 @@ public class IpAddressHelper {
20
^\
21
(?:[1-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.\
22
(?:(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){2}\
23
- (?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
24
- """.strip());
+ (?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$""");
25
private static final IPAddressStringParameters IP_ADDRESS_VALIDATION_OPTIONS =
26
IPAddressString.DEFAULT_VALIDATION_OPTIONS.toBuilder()
27
.allowSingleSegment(false)
0 commit comments