-
Notifications
You must be signed in to change notification settings - Fork 327
/
Copy pathprivacy.html
78 lines (72 loc) · 3.19 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
layout: default
title: FreeRDP
---
<div class="header header_home page">
<!-- Start Slider -->
<div id="slider">
<div class="slides">
<div><img src="/img/freerdp_main_screenshot1.png" alt="" class="main_screenshot" /></div>
</div>
</div>
<!-- End Slider -->
<!-- Start App Info -->
<div class="info">
<h1>FreeRDP: A Remote Desktop Protocol Implementation</h1>
<p>FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.<br /><br />
<a href="https://matrix.org/">Matrix</a>:<b><a href="https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org">#FreeRDP:matrix.org</a></b><br />
IRC (bridged to matrix): #freerdp on <a href="https://www.oftc.net/">oftc</a> <br></br>
<a href="https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds" class="button icon"><img src="/img/go_icon.png" alt="Download Now!" /><span>Download Now!</span></a>
<span class="trial"></span>
</div>
<!-- End App Info -->
<div class="clear"></div>
</div>
<div id="home" class="padding">
<div class="section_title">
<h3>Privacy policy for aFreeRDP</h3>
</div>
<p></p>
<h4>What information do we collect?</h4>
<p>We do only collect information from you when you agree to send a crash report in aFreeRDP.<br/>
A crash report may include:
<ul>
<li>Data of your remote session (IP, URL, Password, Username)</li>
<li>User statistics/Installation statistics over the Google Play store</li>
</ul>
Crash-reports will be deleted immediately after analysis.
</p>
<h4>How do we use the information?</h4>
<p>
Any of the information we collect from you may be used to improve aFreeRDP or to find and fix bugs.
</p>
<h4>What information do we share?</h4>
<p> We do not sell, trade or transfer any collected information.<br/>We may however share the crash report with internal developers.</p>
<div class="section_title">
<h3>RDP Security</h3>
</div>
<p>
RDP Security depends on server configuration - Ask your network Administrator for further details.
</p>
<div class="section_title">
<h3>Permissions</h3>
</div>
<p>All permissions requested are required for proper operation of RDP remoting.</p>
<h4>INTERNET</h4>
<p>This is required to access public RDP servers</p>
<h4>ACCESS_NETWORK_STATE</h4>
<p>Required to let the application detect network connection availability or loss</p>
<h4>ACCESS_WIFI_STATE</h4>
<p>Required to let the application detect network connection availability or loss</p>
<h4>READ_EXTERNAL_STORAGE</h4>
<p>Optional, required to allow opening RDP files and for sharing the SD-Card with a remote computer (RDP drive redirection)</p>
<h4>WRITE_EXTERNAL_STORAGE</h4>
<p>Optional, required for sharing the SD-Card with a remote computer (RDP drive redirection)</p>
<h4>MODIFY_AUDIO_SETTINGS</h4>
<p>Optional, used for RDP sound redirection</p>
<h4>RECORD_AUDIO</h4>
<p>Optional, required for microphone sharing (RDP microphone redirection)</p>
</div>
<div class="bottom"></div>
<div id="footer" class="page">
</div>