mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-05 03:23:14 +02:00
add URLStringProbe
This commit is contained in:
parent
25e0e9085d
commit
b06524d3e0
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
{% endif %}
|
||||
<key>InterfaceTypeMatch</key>
|
||||
<string>WiFi</string>
|
||||
<key>URLStringProbe</key>
|
||||
<string>http://www.w3.org/</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Action</key>
|
||||
|
@ -47,6 +49,8 @@
|
|||
{% endif %}
|
||||
<key>InterfaceTypeMatch</key>
|
||||
<string>Cellular</string>
|
||||
<key>URLStringProbe</key>
|
||||
<string>http://www.w3.org/</string>
|
||||
</dict>
|
||||
</array>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue