-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno-data-privacy.html
More file actions
76 lines (62 loc) · 3.43 KB
/
no-data-privacy.html
File metadata and controls
76 lines (62 loc) · 3.43 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | outbit, llc</title>
<meta name="author" content="David Whiteside">
<meta name="description" content="outbit, llc privacy policy. We do not collect any personal information or data from users of our apps.">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://outbit.com/no-data-privacy.html">
<meta name="google-adsense-account" content="ca-pub-5091841673312483">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WMXRZD4BED"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WMXRZD4BED');
</script>
<style>
body { padding-top: 60px; }
</style>
</head>
<body>
<nav class="navbar navbar-light bg-white border-bottom fixed-top">
<div class="container">
<a class="navbar-brand" href="/">
<img src="img/outbit-logo-nav.png" alt="Outbit" height="30">
</a>
</div>
</nav>
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-8">
<h1 class="h3 mb-4">Privacy Policy</h1>
<h5>No Data Collection</h5>
<p>We do not collect any personal information or data from users of our iPhone apps. We do not gather, store, or share any information about you or your device.</p>
<h5>Usage Analytics</h5>
<p>We do not use any analytics tools or services to track user interactions within the app. We do not collect any data related to how you use our app.</p>
<h5>Permissions</h5>
<p>Our apps do not require access to any personal information, device features, or services on your iPhone. We do not request permissions to access your camera, microphone, location, contacts, or any other sensitive data.</p>
<h5>Third-party Services</h5>
<p>We do not integrate any third-party services or APIs that may collect data from users.</p>
<h5>Data Security</h5>
<p>Since we do not collect any user data, we do not store or process any personal information. Therefore, there are no security measures required to protect user data because no data is collected.</p>
<h5>Changes to this Privacy Policy</h5>
<p>We reserve the right to update or modify this Privacy Policy at any time without prior notice. Any changes to the policy will be reflected in the updated version of the app.</p>
<p class="text-muted small mt-4">This Privacy Policy was last updated on 05/05/2024.</p>
<p class="mt-3"><a href="/">← Back to outbit.com</a></p>
</div>
</div>
</div>
<footer class="bg-dark text-white-50 py-3">
<div class="container text-center">
<small>Copyright © 2026 outbit, llc</small>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>