Adds Anydesk remote software exception

This commit is contained in:
Ben Reaves
2023-03-31 18:10:44 -05:00
parent d2c3b1e9f2
commit bab7660359
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ remotes = [
"VirtualBox Machine",
"xfreerdp",
"Wfica",
"Anydesk",
]
remotes = [client.casefold() for client in remotes]
remotesStr = "|".join(str('^'+x+'$') for x in remotes)