mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-47: Shorten the token length and change name.
This commit is contained in:
@@ -45,12 +45,12 @@ public class StandardTokens {
|
||||
/**
|
||||
* The name of the client token added via addStandardTokens().
|
||||
*/
|
||||
public static final String CLIENT_HOST_TOKEN = "GUAC_CLIENT_HOST";
|
||||
public static final String CLIENT_HOST_TOKEN = "GUAC_REMHOST";
|
||||
|
||||
/**
|
||||
* The IP of the client token added via addStandardTokens().
|
||||
*/
|
||||
public static final String CLIENT_IP_TOKEN = "GUAC_CLIENT_IP";
|
||||
public static final String CLIENT_IP_TOKEN = "GUAC_REMIP";
|
||||
|
||||
/**
|
||||
* The name of the date token (server-local time) added via
|
||||
|
Reference in New Issue
Block a user