1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-18 06:03:54 +03:00
This commit is contained in:
Adolfo Gómez García 2024-06-17 21:19:05 +02:00
parent 891b9a8652
commit 728775a95a
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -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')