We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cf6d1 commit 012d0b9Copy full SHA for 012d0b9
src/www/vpn_openvpn_export.php
@@ -1171,7 +1171,7 @@ function openvpn_client_export_find_hostname($interface)
1171
} else {
1172
params['openvpnmanager'] = 0;
1173
}
1174
- params['advancedoptions'] = escape($("#advancedoptions").val());
+ params['advancedoptions'] = $("#advancedoptions").val();
1175
params['verifyservercn'] = $("#verifyservercn").val();
1176
if ($(this).data('type') == 'cert') {
1177
params['crtid'] = $(this).data('id');
0 commit comments