linux headless feature, tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
571c1df5c4
commit
73358502e9
42 changed files with 713 additions and 145 deletions
|
|
@ -1256,6 +1256,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||
},
|
||||
Some(message::Union::MessageBox(msgbox)) => {
|
||||
let mut link = msgbox.link;
|
||||
// Links from remote side must be verified.
|
||||
if !link.starts_with("rustdesk://") {
|
||||
if let Some(v) = hbb_common::config::HELPER_URL.get(&link as &str) {
|
||||
link = v.to_string();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue