mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-04 02:53:06 +02:00
Escaping Special Characters #388
This commit is contained in:
parent
77ad0576bf
commit
226e2d682a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<key>SSIDMatch</key>
|
||||
<array>
|
||||
{% for network_name in WIFI_EXCLUDE_LIST %}
|
||||
<string>{{ network_name }}</string>
|
||||
<string>{{ network_name|e }}</string>
|
||||
{% endfor %}
|
||||
</array>
|
||||
</dict>
|
||||
|
|
Loading…
Add table
Reference in a new issue