From c61a07fb601896ed7e06534a5a642227121993be Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Fri, 14 Apr 2017 20:57:27 +0200 Subject: [PATCH] Escaping Special Characters #388 (#403) --- 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 e954845..b22bfa8 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 %}