mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-729: Extensions compatible with 1.0.0 are also compatible with 1.1.0.
This commit is contained in:
@@ -62,7 +62,8 @@ 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(
|
||||||
"*",
|
"*",
|
||||||
"1.0.0"
|
"1.0.0",
|
||||||
|
"1.1.0"
|
||||||
));
|
));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user