Loading core/java/com/android/internal/net/VpnProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,11 @@ public class VpnProfile implements Cloneable, Parcelable { * connection. */ public boolean isValidLockdownProfile() { // b/7064069: lockdown firewall blocks ports that would be used for PPTP if (type == TYPE_PPTP) { return false; } try { InetAddress.parseNumericAddress(server); Loading Loading
core/java/com/android/internal/net/VpnProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,11 @@ public class VpnProfile implements Cloneable, Parcelable { * connection. */ public boolean isValidLockdownProfile() { // b/7064069: lockdown firewall blocks ports that would be used for PPTP if (type == TYPE_PPTP) { return false; } try { InetAddress.parseNumericAddress(server); Loading