202 أسطر
10 KiB
HTML
ملف تنفيذي
202 أسطر
10 KiB
HTML
ملف تنفيذي
<!doctype html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<!-- Title and Icon -->
|
|
<title>CodePill - Privacy Policy</title>
|
|
<link rel="icon" type="image/x-icon" href="../favicon.ico">
|
|
|
|
<!-- Meta Information -->
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="CodePill SFU - Secure real-time video conferencing with privacy protection" />
|
|
<meta name="keywords" content="video conferencing, SFU, WebRTC, privacy, secure communication" />
|
|
|
|
<!-- StyleSheet -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" />
|
|
<link rel="stylesheet" type="text/css" href="../css/landing.css" />
|
|
|
|
<!-- Js scripts -->
|
|
<script src="https://unpkg.com/animejs@3.0.1/lib/anime.min.js"></script>
|
|
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
|
|
</head>
|
|
<body class="is-boxed has-animations">
|
|
<div class="body-wrap">
|
|
<main>
|
|
<section class="hero">
|
|
<div class="container">
|
|
<div class="hero-inner">
|
|
<div class="hero-copy">
|
|
<h1 class="hero-title mt-0">Privacy Policy</h1>
|
|
<p class="hero-paragraph" id="message"></p>
|
|
|
|
<div class="privacy-content">
|
|
<h2>Data Collection and Usage</h2>
|
|
<p class="hero-paragraph">
|
|
<strong>CodePill</strong> is built upon the open-source
|
|
<a href="https://github.com/miroslavpejic85/mirotalksfu" target="_blank">MiroTalk SFU</a>
|
|
project (licensed under GPL-2.0) with our modifications publicly available at
|
|
<a href="https://app.gitpasha.com/ghaymah_dev/codepill-sfu" target="_blank">GitPasha</a>.
|
|
</p>
|
|
|
|
<h3>Real-time Communication</h3>
|
|
<p class="hero-paragraph">
|
|
<strong>CodePill</strong> integrates a
|
|
<a href="https://mediasoup.org/" target="_blank">mediasoup server</a> using SFU
|
|
(Selective Forwarding Unit) architecture. This multiparty topology ensures that:
|
|
</p>
|
|
<ul class="hero-paragraph">
|
|
<li>Each participant sends media only to the server</li>
|
|
<li>The server forwards media streams to other participants</li>
|
|
<li>All media streams are encrypted using Secure Real-time Transport Protocol (SRTP)</li>
|
|
<li>No media data is permanently stored on our servers</li>
|
|
</ul>
|
|
|
|
<h3>Recording and Storage</h3>
|
|
<p class="hero-paragraph">
|
|
Meeting recordings are temporarily stored in
|
|
<a href="https://developer.mozilla.org/en-US/docs/Web/API/Blob" target="_blank">Blob</a>
|
|
format within your browser and are downloaded directly to your device. We do not:
|
|
</p>
|
|
<ul class="hero-paragraph">
|
|
<li>Store recordings on our servers</li>
|
|
<li>Access your recorded content</li>
|
|
<li>Transfer recordings to third parties</li>
|
|
</ul>
|
|
|
|
<h3>Analytics and Tracking</h3>
|
|
<p class="hero-paragraph">
|
|
We use Umami for aggregated, anonymized usage statistics to improve our service.
|
|
This includes:
|
|
</p>
|
|
<ul class="hero-paragraph">
|
|
<li>Page view counts</li>
|
|
<li>Feature usage patterns</li>
|
|
<li>Performance metrics</li>
|
|
<li>No personal identification data is collected</li>
|
|
</ul>
|
|
|
|
<h3>Open Source Commitment</h3>
|
|
<p class="hero-paragraph">
|
|
As required by the GPL-2.0 license of our base project, all modifications to
|
|
MiroTalk SFU are publicly available. You can:
|
|
</p>
|
|
<ul class="hero-paragraph">
|
|
<li>Review our source code modifications</li>
|
|
<li>Verify our privacy and security implementations</li>
|
|
<li>Contribute to the project development</li>
|
|
</ul>
|
|
|
|
<h3>Data Protection</h3>
|
|
<p class="hero-paragraph">
|
|
We are committed to protecting your privacy and:
|
|
</p>
|
|
<ul class="hero-paragraph">
|
|
<li>Do not sell or share personal data</li>
|
|
<li>Implement end-to-end encryption for media streams</li>
|
|
<li>Minimize data collection to essential operational needs</li>
|
|
<li>Provide transparency about our technology stack</li>
|
|
</ul>
|
|
|
|
<div class="notice-box">
|
|
<p>
|
|
<strong>Note:</strong> By using CodePill, you acknowledge that you have
|
|
read and understood this privacy policy. The service is provided "as is"
|
|
in accordance with the GPL-2.0 license terms.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="button-group">
|
|
<a class="button button-primary button-wide-mobile pulse" href="/newroom">
|
|
I AGREE & CONTINUE
|
|
</a>
|
|
<a class="button button-secondary button-wide-mobile" href="/">
|
|
BACK TO HOME
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="hero-figure anime-element">
|
|
<svg class="placeholder" width="528" height="396" viewBox="0 0 528 396">
|
|
<rect width="528" height="396" style="fill: transparent" />
|
|
</svg>
|
|
<div class="hero-figure-box hero-figure-box-01" data-rotation="45deg"></div>
|
|
<div class="hero-figure-box hero-figure-box-02" data-rotation="-45deg"></div>
|
|
<div class="hero-figure-box hero-figure-box-03" data-rotation="0deg"></div>
|
|
<div class="hero-figure-box hero-figure-box-04" data-rotation="-135deg"></div>
|
|
<div class="hero-figure-box hero-figure-box-05"></div>
|
|
<div class="hero-figure-box hero-figure-box-06"></div>
|
|
<div class="hero-figure-box hero-figure-box-07"></div>
|
|
<div class="hero-figure-box hero-figure-box-08" data-rotation="-22deg"></div>
|
|
<div class="hero-figure-box hero-figure-box-09" data-rotation="-52deg"></div>
|
|
<div class="hero-figure-box hero-figure-box-10" data-rotation="-50deg"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
|
|
<style>
|
|
.privacy-content {
|
|
text-align: left;
|
|
margin: 2rem 0;
|
|
}
|
|
|
|
.privacy-content h2 {
|
|
color: #333;
|
|
margin-top: 2rem;
|
|
margin-bottom: 1rem;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.privacy-content h3 {
|
|
color: #555;
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 0.5rem;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.privacy-content ul {
|
|
margin-left: 1.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.privacy-content li {
|
|
margin-bottom: 0.5rem;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.notice-box {
|
|
background: #f8f9fa;
|
|
border-left: 4px solid #007bff;
|
|
padding: 1rem;
|
|
margin: 2rem 0;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.button-group {
|
|
display: flex;
|
|
gap: 1rem;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.button-group {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.button-group .button {
|
|
width: 100%;
|
|
max-width: 300px;
|
|
}
|
|
}
|
|
</style>
|
|
</body>
|
|
</html> |