From 226e2d682afb619e186b410ee976fec472324dfc Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 12 Apr 2017 20:58:39 +0200 Subject: [PATCH] Escaping Special Characters #388 --- roles/vpn/templates/mobileconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vpn/templates/mobileconfig.j2 b/roles/vpn/templates/mobileconfig.j2 index e9548452..b22bfa86 100644 --- a/roles/vpn/templates/mobileconfig.j2 +++ b/roles/vpn/templates/mobileconfig.j2 @@ -22,7 +22,7 @@ SSIDMatch {% for network_name in WIFI_EXCLUDE_LIST %} - {{ network_name }} + {{ network_name|e }} {% endfor %}