mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-587: Allow extensions to be version-independent.
This commit is contained in:
@@ -63,6 +63,7 @@ public class ExtensionModule extends ServletModule {
|
|||||||
*/
|
*/
|
||||||
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||||
Collections.unmodifiableList(Arrays.asList(
|
Collections.unmodifiableList(Arrays.asList(
|
||||||
|
"*",
|
||||||
"0.9.6"
|
"0.9.6"
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user