changeset 4826:3a5fbb6c61b3

mod_jsxc: Try not to put username and password into the ?query ...
author Kim Alvefur <zash@zash.se>
date Wed, 15 Dec 2021 22:24:34 +0100
parents 4bdfd83e091f
children fe5303da99cb
files mod_jsxc/templates/template.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_jsxc/templates/template.html	Wed Dec 15 18:28:40 2021 +0100
+++ b/mod_jsxc/templates/template.html	Wed Dec 15 22:24:34 2021 +0100
@@ -12,7 +12,7 @@
 {item!}}
 </head>
 <body>
-	<form id="jsxc_login_form">
+	<form id="jsxc_login_form" action="javascript:">
 		<dl>
 			<dt><label for="jsxc_username">Username</label></dt>
 			<dd><input id="jsxc_username" name="username" placeholder="Alice"/></dd>