mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Merge pull request #186 from glyptodon/version-wildcard
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