-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
92 lines (76 loc) · 4.48 KB
/
privacy.html
File metadata and controls
92 lines (76 loc) · 4.48 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Pro Wifi Camera Remote App</title>
<meta name="description"
content="Privacy Policy for Pro Wifi Camera Remote. We do not collect personal data. 100% private and local monitoring.">
<link rel="canonical" href="https://dds-solutions.github.io/privacy.html">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="privacy-page">
<div class="container">
<div class="privacy-content">
<h1>Privacy Policy</h1>
<p><strong>Last updated: December 13, 2025</strong></p>
<p>This Privacy Policy applies to the <strong>Pro Wifi Camera Remote App</strong>. We believe in
complete
transparency and data ownership.</p>
<div class="highlight-box">
<p><strong>Overview:</strong> This application is designed to function entirely on your local
network. It does not connect to the internet, does not use cloud storage, and does not collect
any personal data.</p>
</div>
<h2>1. Camera & Microphone Data</h2>
<p>The app uses your device's camera and microphone to stream video and audio. This data is transmitted
<strong>only</strong> to other devices on your local Wi-Fi network that you explicitly connect to.
</p>
<ul>
<li>• This data is <strong>not</strong> transmitted to any external servers.</li>
<li>• This data is <strong>not</strong> accessible to the developers.</li>
</ul>
<h2>2. Local Storage</h2>
<p>If you choose to capture photos or record videos using the app, these files are saved directly to
your device's internal local storage.</p>
<ul>
<li>• You have full control over these files.</li>
<li>• We do not have access to view or delete these files.</li>
</ul>
<h2>3. Location Data (Wi-Fi Discovery)</h2>
<p>This app <strong>does not</strong> collect, track, or store your GPS location.</p>
<h2>4. No Third-Party Tracking</h2>
<p>We do not use any third-party analytics, advertising frameworks, or tracking services (such as Google
Analytics or Facebook Pixel). Your usage data remains private on your device.</p>
<h2>5. Children's Privacy</h2>
<p>Our application does not knowingly collect or solicit personal information from children under the
age of 13. As the app is a utility for local monitoring and does not transmit data to external
servers, no child data is ever collected by us.</p>
<h2>6. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p><strong>Email:</strong> <a href="mailto:prowificameraremote@gmail.com"
style="color: #f72585;">prowificameraremote@gmail.com</a></p>
<footer
style="margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center;">
<p>© 2026 DDS Solutions. All rights reserved.</p>
<div style="margin-top: 10px;">
<a href="index.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Home</a> |
<a href="privacy.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Privacy Policy</a>
|
<a href="terms.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">User Agreement</a>
</div>
</footer>
</div>
</div>
</section>
</body>
</html>