Add URLStringProbe to iOS config to all networks.

This allows access to captive portals and updates the LICENSE file.
This commit is contained in:
Tariq Yusuf 2017-04-01 19:23:23 -07:00
parent 1b3a3a886d
commit 3ff5a5331c
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -37,6 +37,8 @@
{% endif %} {% endif %}
<key>InterfaceTypeMatch</key> <key>InterfaceTypeMatch</key>
<string>WiFi</string> <string>WiFi</string>
<key>URLStringProbe</key>
<string>http://www.gstatic.com/generate_204</string>
</dict> </dict>
<dict> <dict>
<key>Action</key> <key>Action</key>
@ -47,6 +49,8 @@
{% endif %} {% endif %}
<key>InterfaceTypeMatch</key> <key>InterfaceTypeMatch</key>
<string>Cellular</string> <string>Cellular</string>
<key>URLStringProbe</key>
<string>http://www.gstatic.com/generate_204</string>
</dict> </dict>
</array> </array>
{% else %} {% else %}