-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
35 lines (22 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Private Vault - Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>At My Private Vault, we are committed to protecting your privacy. This Privacy Policy explains how we collect, use, and disclose your information when you use our software.</p>
<h2>Information Collection and Use</h2>
<p>We do not collect any personal data or information from you while you use My Private Vault. However, in the event of an error, we may collect anonymous error logs to diagnose and fix software issues. These logs may include technical information about your device and the error encountered.</p>
<h2>Software Updates</h2>
<p>My Private Vault may periodically check for software updates to provide you with the latest features and improvements. When checking for updates, the software may collect information about the current version installed on your device.</p>
<h2>Third-party Services</h2>
<p>My Private Vault does not integrate with any third-party services or APIs that would result in data collection.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We reserve the right to update or change our Privacy Policy at any time. Any changes to this policy will be reflected on this page.</p>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about our Privacy Policy, please contact us at privacy@myprivatevault.com.</p>
</body>
</html>