From 3ff5a5331c029264d701fb259cffaf55ef6765a9 Mon Sep 17 00:00:00 2001 From: Tariq Yusuf Date: Sat, 1 Apr 2017 19:23:23 -0700 Subject: [PATCH] Add `URLStringProbe` to iOS config to all networks. This allows access to captive portals and updates the LICENSE file. --- LICENSE | 2 +- roles/vpn/templates/mobileconfig.j2 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7365a69d..993ab0fa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Trail of Bits +Copyright (c) 2016 Trail of Bits, Google Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roles/vpn/templates/mobileconfig.j2 b/roles/vpn/templates/mobileconfig.j2 index c48bc1b9..ec41fa91 100644 --- a/roles/vpn/templates/mobileconfig.j2 +++ b/roles/vpn/templates/mobileconfig.j2 @@ -37,6 +37,8 @@ {% endif %} InterfaceTypeMatch WiFi + URLStringProbe + http://www.gstatic.com/generate_204 Action @@ -47,6 +49,8 @@ {% endif %} InterfaceTypeMatch Cellular + URLStringProbe + http://www.gstatic.com/generate_204 {% else %}