mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-12 22:27:41 +02:00
Limited clipboard size to 1kb when SSL is enabled #4601
@XinyuHou I had no choice but to block clipboard data over 1kb in size... anything over that and you get an access violation.
This commit is contained in:
parent
fd72bf17ce
commit
8b975878c2
4 changed files with 27 additions and 2 deletions
|
@ -175,6 +175,9 @@ public:
|
|||
//! Return received file data
|
||||
String& getReceivedFileData() { return m_receivedFileData; }
|
||||
|
||||
//! Return true if using secure network connection
|
||||
bool isSecure() const;
|
||||
|
||||
//@}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue