mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 03:53:39 +02:00
Add URLStringProbe
This commit is contained in:
parent
4cd3c2e4ef
commit
d67e4b98ed
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue