This repository was archived by the owner on Oct 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
61 lines (61 loc) · 4.65 KB
/
Copy pathprivacy.html
File metadata and controls
61 lines (61 loc) · 4.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Privacy Policy</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="view.html">View</a></li>
<li><a href="https://docs.sctech.qzz.io/openprofile/">Docs</a></li>
</ul>
</nav>
<div class="container">
<h1 id="privacy-policy-for-openprofile">Privacy Policy for OpenProfile</h1>
<p><strong>Effective Date:</strong> October 25, 2025</p>
<h2 id="introduction">Introduction</h2>
<p>OpenProfile ("we," "our," or "us") is committed to protecting your privacy. OpenProfile is designed to be private by design, ensuring that your personal information stays with you. This privacy policy outlines how OpenProfile operates and ensures your privacy.</p>
<h2 id="key-principles">Key Principles</h2>
<ul>
<li><strong>No Permanent User Identifiers:</strong> OpenProfile does not collect or store any permanent user identifiers. All user data is encoded into the URL using Base62, ensuring that your data is fully under your control.</li>
<li><strong>Data in the URL:</strong> The app operates entirely through data encoded in the URL. We do not store or process this data on any server.</li>
<li><strong>Open Source:</strong> OpenProfile is free and open source (FOSS). You can review the source code at <a href="https://github.com/openprofileproject/openprofile">GitHub.com</a> to verify how your data is handled.</li>
<li><strong>Link Shortening:</strong> If you choose to shorten your OpenProfile URLs, the shortened links are generated through Short.io and use the domain <a href="https://opr.k.vu">opr.k.vu</a>. Short.io’s privacy practices apply to these shortened links.</li>
</ul>
<h2 id="how-openprofile-protects-your-privacy">How OpenProfile Protects Your Privacy</h2>
<ol>
<li><strong>No Data Collection:</strong> OpenProfile does not collect, store, or process any user data. All data is handled locally in your browser and encoded into the URL.</li>
<li><strong>Transparency:</strong> As a FOSS project, anyone can review the source code to confirm that no hidden tracking or data collection mechanisms exist.</li>
<li><strong>Optional Link Shortening:</strong> When you use the optional link-shortening feature, the encoded URL is sent to Short.io for shortening. Please refer to <a href="https://short.io/privacy">Short.io’s Privacy Policy</a> for information on how they handle your data.</li>
<li><strong>No Cookies:</strong> OpenProfile does not use cookies or other tracking technologies.</li>
</ol>
<h2 id="third-party-services">Third-Party Services</h2>
<p>OpenProfile integrates with Short.io for link shortening. When you use this feature:</p>
<ul>
<li>The encoded URL is transmitted to Short.io.</li>
<li>The shortened link is provided for your use.</li>
<li>Please review Short.io’s privacy practices to understand how they manage data.</li>
</ul>
<h2 id="your-responsibilities">Your Responsibilities</h2>
<ul>
<li><strong>Data Sharing:</strong> Since all data is encoded into the URL, be mindful of whom you share your OpenProfile links with. Anyone with access to the link can view the encoded data.</li>
<li><strong>Reviewing Third-Party Policies:</strong> If you use the link-shortening feature, familiarize yourself with Short.io’s privacy policy to understand their data handling practices.</li>
</ul>
<h2 id="updates-to-this-policy">Updates to This Policy</h2>
<p>We may update this Privacy Policy from time to time. The latest version will always be available on <a href="https://openprofile.dpdns.org">openprofile.dpdns.org</a>. We encourage you to review this policy periodically to stay informed about how OpenProfile ensures your privacy.</p>
<h2 id="contact-us">Contact Us</h2>
<p>If you have any questions about this Privacy Policy or how OpenProfile operates, please contact us at:</p>
<p><strong>Email:</strong> privacy@openprofile.dpdns.org</p>
<p>Thank you for using OpenProfile!</p>
</div>
<footer>
<div class="footer-content">
<p>(ↄ) OpenProfile 2024-2025 v3.3 - <a href="privacy.html">Privacy Policy</a> - <a href="https://github.com/openprofileproject/openprofile">Source</a></p>
</div>
</footer>
</body>
</html>