mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 16:26:39 +02:00
Added Virtualbox host exception for Linux
This commit is contained in:
@@ -40,6 +40,8 @@ codeStr = "|".join(str(x) for x in mscodes)
|
||||
remotes = [
|
||||
"org.remmina.Remmina",
|
||||
"xfreerdp",
|
||||
"VirtualBox Machine",
|
||||
"VirtualBox"
|
||||
]
|
||||
remotes = [client.casefold() for client in remotes]
|
||||
|
||||
|
Reference in New Issue
Block a user