mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Shouldn't use get method (default), even if overridden by JS (browser may show in URL, cache page, etc.)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
<p id="login-error"></p>
|
||||
|
||||
<form id="login-form" action="#">
|
||||
<form id="login-form" action="login" method="post">
|
||||
<table id="login-fields">
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
|
Reference in New Issue
Block a user