mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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 =
|
||||
Collections.unmodifiableList(Arrays.asList(
|
||||
"*",
|
||||
"1.0.0"
|
||||
"1.0.0",
|
||||
"1.1.0"
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user