mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-18 06:03:54 +03:00
Fixes #115
This commit is contained in:
parent
891b9a8652
commit
728775a95a
@ -109,7 +109,7 @@ class RDPFile:
|
||||
Parameters for xfreerdp >= 1.1.0 with self rdp description
|
||||
Note that server is not added
|
||||
"""
|
||||
params = ['/t:UDS-Connection', '/cert-ignore'] # , '/sec:rdp']
|
||||
params = ['/t:UDS-Connection', '/cert:ignore'] # , '/sec:rdp']
|
||||
|
||||
if self.enableClipboard:
|
||||
params.append('/clipboard')
|
||||
|
Loading…
x
Reference in New Issue
Block a user