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