mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-05 03:23:14 +02:00
Add URLStringProbe
to iOS config to all networks.
This allows access to captive portals and updates the LICENSE file.
This commit is contained in:
parent
1b3a3a886d
commit
3ff5a5331c
2 changed files with 5 additions and 1 deletions
2
LICENSE
2
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
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
{% endif %}
|
||||
<key>InterfaceTypeMatch</key>
|
||||
<string>WiFi</string>
|
||||
<key>URLStringProbe</key>
|
||||
<string>http://www.gstatic.com/generate_204</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Action</key>
|
||||
|
@ -47,6 +49,8 @@
|
|||
{% endif %}
|
||||
<key>InterfaceTypeMatch</key>
|
||||
<string>Cellular</string>
|
||||
<key>URLStringProbe</key>
|
||||
<string>http://www.gstatic.com/generate_204</string>
|
||||
</dict>
|
||||
</array>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue