ImportSubscription no longer requires only http(s): paste awg://, AWG .conf/JSON, or naive links; subscription parser also reads hosted AWG and Clash wireguard/naive. Site lists support emails and FAQ; Store listing texts/tools updated. Co-authored-by: Cursor <cursoragent@cursor.com>
261 lines
18 KiB
HTML
261 lines
18 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>Privacy Policy — EvilFox</title>
|
||
<meta name="description" content="Detailed EvilFox Privacy Policy (US, EU, Microsoft Store)." />
|
||
<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=Manrope:wght@400;600;700&family=Outfit:wght@700;800&display=swap" rel="stylesheet" />
|
||
<style>
|
||
:root {
|
||
--bg: #f4fafb; --ink: #0f172a; --muted: #64748b; --card: #fff;
|
||
--line: rgba(15, 23, 42, 0.1); --accent: #0e7490;
|
||
}
|
||
* { box-sizing: border-box; }
|
||
body {
|
||
margin: 0; font-family: Manrope, system-ui, sans-serif; color: var(--ink);
|
||
background:
|
||
radial-gradient(900px 420px at 10% -10%, rgba(34, 211, 238, 0.18), transparent 55%),
|
||
radial-gradient(700px 360px at 100% 0%, rgba(14, 116, 144, 0.12), transparent 50%),
|
||
var(--bg);
|
||
line-height: 1.65;
|
||
}
|
||
.wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 72px; }
|
||
header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
|
||
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
|
||
.logo {
|
||
width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
|
||
background: linear-gradient(145deg, #0e7490, #22d3ee);
|
||
box-shadow: 0 10px 24px rgba(8, 145, 178, 0.28); font-size: 1.4rem;
|
||
}
|
||
.brand h1 { font-family: Outfit, sans-serif; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.04em; margin: 0; }
|
||
.brand span { display: block; font-size: .78rem; color: var(--muted); font-weight: 600; }
|
||
.langs { display: flex; gap: 8px; }
|
||
.langs a {
|
||
text-decoration: none; font-weight: 700; font-size: .85rem; padding: 8px 14px;
|
||
border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: var(--card);
|
||
}
|
||
.langs a.active, .langs a:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
|
||
.card {
|
||
background: var(--card); border: 1px solid var(--line); border-radius: 20px;
|
||
padding: 28px 26px; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
|
||
}
|
||
h2 { font-family: Outfit, sans-serif; font-size: 1.65rem; letter-spacing: -0.03em; margin: 0 0 8px; }
|
||
.meta { color: var(--muted); font-size: .92rem; margin: 0 0 18px; }
|
||
.toc { background: rgba(14,116,144,.06); border-radius: 14px; padding: 14px 18px; margin: 0 0 24px; font-size: .9rem; }
|
||
.toc a { color: var(--accent); font-weight: 600; text-decoration: none; }
|
||
.toc ol { margin: 8px 0 0; padding-left: 1.25rem; }
|
||
.toc li { margin: 4px 0; }
|
||
h3 { font-size: 1.08rem; margin: 26px 0 10px; color: var(--accent); scroll-margin-top: 16px; }
|
||
h4 { font-size: .98rem; margin: 16px 0 8px; }
|
||
p, li { margin: 0 0 12px; }
|
||
ul, ol { padding-left: 1.25rem; margin: 0 0 14px; }
|
||
table { width: 100%; border-collapse: collapse; font-size: .9rem; margin: 0 0 16px; }
|
||
th, td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
|
||
th { background: rgba(14,116,144,.08); }
|
||
.note { font-size: .9rem; color: var(--muted); border-left: 3px solid var(--accent); padding-left: 12px; margin: 12px 0 16px; }
|
||
footer { margin-top: 28px; font-size: .88rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 12px 20px; }
|
||
footer a, .card a { color: var(--accent); font-weight: 700; text-decoration: none; }
|
||
footer a:hover, .card a:hover { text-decoration: underline; }
|
||
.nav-docs { margin-top: 22px; font-size: .9rem; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap">
|
||
<header>
|
||
<a class="brand" href="https://evilfox.win/">
|
||
<div class="logo" aria-hidden="true">🦊</div>
|
||
<div>
|
||
<h1>EvilFox</h1>
|
||
<span>evilfox.win</span>
|
||
</div>
|
||
</a>
|
||
<nav class="langs" aria-label="Language">
|
||
<a href="privacy-ru.html" lang="ru">Русский</a>
|
||
<a class="active" href="privacy-en.html" lang="en">English</a>
|
||
</nav>
|
||
</header>
|
||
|
||
<article class="card">
|
||
<h2>Privacy Policy</h2>
|
||
<p class="meta">
|
||
Publisher / controller (for on-device data): <strong>EvilFox</strong><br />
|
||
Effective date: <strong>August 2, 2026</strong> · Document version: 1.0<br />
|
||
Applies to the EvilFox Windows app (including the Microsoft Store build) and related pages on evilfox.win.
|
||
</p>
|
||
|
||
<nav class="toc" aria-label="Table of contents">
|
||
<strong>Contents</strong>
|
||
<ol>
|
||
<li><a href="#s1">Who we are and what this Policy covers</a></li>
|
||
<li><a href="#s2">Scope and roles</a></li>
|
||
<li><a href="#s3">What data is processed</a></li>
|
||
<li><a href="#s4">What we do not collect centrally</a></li>
|
||
<li><a href="#s5">Purposes and legal bases</a></li>
|
||
<li><a href="#s6">Network traffic and third-party servers</a></li>
|
||
<li><a href="#s7">App updates</a></li>
|
||
<li><a href="#s8">External links and third-party services</a></li>
|
||
<li><a href="#s9">Retention, deletion, and security</a></li>
|
||
<li><a href="#s10">Transfers and international aspects</a></li>
|
||
<li><a href="#s11">Your rights (EU / GDPR)</a></li>
|
||
<li><a href="#s12">California (CCPA/CPRA) and US users</a></li>
|
||
<li><a href="#s13">Children</a></li>
|
||
<li><a href="#s14">Microsoft Store</a></li>
|
||
<li><a href="#s15">Changes to this Policy</a></li>
|
||
<li><a href="#s16">Contact</a></li>
|
||
</ol>
|
||
</nav>
|
||
|
||
<h3 id="s1">1. Who we are and what this Policy covers</h3>
|
||
<p>EvilFox is a local Windows client for protected network connectivity (proxy mode and full-protection / TUN mode, modern protocols). You add your own configurations and connection URLs. The Microsoft Store build has no in-app purchases.</p>
|
||
<p>This Privacy Policy explains what data may be processed when you use the App, for what purposes, how long it is kept, what rights you have, and how to contact us. We aim to meet Microsoft Store transparency expectations and the expectations of users in the United States and the European Union / EEA / United Kingdom.</p>
|
||
<p class="note">In short: most data stays on your device. We do not sell personal data and do not build an advertising profile from the contents of your traffic.</p>
|
||
|
||
<h3 id="s2">2. Scope and roles</h3>
|
||
<h4>2.1. What is covered</h4>
|
||
<ul>
|
||
<li>the EvilFox application (Windows, including MSIX / Microsoft Store);</li>
|
||
<li>policy and terms pages on evilfox.win;</li>
|
||
<li>support requests sent to the contacts listed below.</li>
|
||
</ul>
|
||
<h4>2.2. Roles</h4>
|
||
<ul>
|
||
<li><strong>EvilFox (client publisher)</strong> — controller for data the App stores and processes <em>locally on your device</em> to run the client.</li>
|
||
<li><strong>Server operator / configuration provider</strong> — a separate party (you or your provider). When traffic goes through servers you choose, processing on those servers is governed by their policies. EvilFox as client publisher is not necessarily the operator of those servers.</li>
|
||
<li><strong>Microsoft</strong> — if you install or update from the Microsoft Store, Microsoft’s policies apply to Store distribution, Microsoft accounts, and Store payments (where applicable).</li>
|
||
</ul>
|
||
|
||
<h3 id="s3">3. What data is processed</h3>
|
||
<h4>3.1. Data on your device (local)</h4>
|
||
<p>The App may store on your device (config files, app data folders, WebView2 localStorage and similar OS storage):</p>
|
||
<table>
|
||
<thead><tr><th>Category</th><th>Examples</th><th>Why</th></tr></thead>
|
||
<tbody>
|
||
<tr><td>Connection configurations</td><td>Configuration URLs, server profiles, protocol parameters you enter or import</td><td>Connecting and choosing a server</td></tr>
|
||
<tr><td>App settings</td><td>Theme (light/dark), language (RU/EN), proxy or full-protection mode, Kill Switch, auto best server</td><td>Remembering your preferences</td></tr>
|
||
<tr><td>Session technical data</td><td>Connection status, selected profile, ping, local session/traffic stats (when available)</td><td>Status and statistics UI</td></tr>
|
||
<tr><td>OS / WebView2 service data</td><td>WebView2 cache, on-device error logs</td><td>Stable UI operation</td></tr>
|
||
</tbody>
|
||
</table>
|
||
<h4>3.2. Data during network use</h4>
|
||
<ul>
|
||
<li><strong>With servers you choose:</strong> technical parameters needed by the protocol are exchanged (addresses, keys/tokens from your configuration, tunnel control traffic). Your user traffic is processed along the path through the selected server — see Section 6.</li>
|
||
<li><strong>Update checks (non-Store builds or when you initiate a check):</strong> a request to an update feed (e.g. hosting on git.de4ima.uk) may include standard HTTP request metadata (IP address as seen by the host, User-Agent, time).</li>
|
||
<li><strong>When you open external links:</strong> the browser or OS sends data to that site/messenger under their rules.</li>
|
||
</ul>
|
||
<h4>3.3. Data you may send to support</h4>
|
||
<p>If you contact us (email / Telegram / website), you may voluntarily provide an address, problem description, or screenshots. We use them only to respond and improve the product.</p>
|
||
|
||
<h3 id="s4">4. What we do not collect centrally</h3>
|
||
<p>As the client publisher, EvilFox does <strong>not</strong> operate a mandatory central collection and does not sell:</p>
|
||
<ul>
|
||
<li>a cloud account registry of EvilFox client users for ordinary app operation;</li>
|
||
<li>payment cards or in-app purchase details (the Store build has no in-app purchases; Store purchases, if any, are handled by Microsoft);</li>
|
||
<li>browsing history, contacts, microphone/camera by default;</li>
|
||
<li>the contents of your internet traffic for advertising or data resale.</li>
|
||
</ul>
|
||
<p>We do <strong>not sell</strong> personal data.</p>
|
||
|
||
<h3 id="s5">5. Purposes and legal bases</h3>
|
||
<table>
|
||
<thead><tr><th>Purpose</th><th>Legal basis (GDPR / equivalents)</th></tr></thead>
|
||
<tbody>
|
||
<tr><td>Providing client features (connect, settings, UI)</td><td>Performance of a contract / user request for the client service</td></tr>
|
||
<tr><td>Security and stability (local logs, preventing failures)</td><td>Legitimate interests / necessity to operate the product</td></tr>
|
||
<tr><td>Update checks (user-initiated or build policy)</td><td>Legitimate interests / user action</td></tr>
|
||
<tr><td>Responding to support requests</td><td>Legitimate interests / responding to the data subject</td></tr>
|
||
<tr><td>Legal compliance and protecting rights</td><td>Legal obligation / legitimate interests</td></tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<h3 id="s6">6. Network traffic and third-party servers</h3>
|
||
<p>After you connect, traffic is routed according to your configuration. The node operator may process IP addresses, session metadata, and (depending on protocol and settings) traffic contents. EvilFox does not control every third-party server’s privacy practice.</p>
|
||
<p><strong>Recommendation:</strong> use only trusted configurations; read your server provider’s privacy policy and terms.</p>
|
||
<p><strong>Full-protection (TUN) mode and Kill Switch:</strong> these features change on-device network routing to protect the connection and reduce leaks if the tunnel drops. They operate locally on your system.</p>
|
||
|
||
<h3 id="s7">7. App updates</h3>
|
||
<ul>
|
||
<li><strong>Microsoft Store:</strong> updates are normally delivered by the Store; in-app self-update in the MSIX build is disabled or limited.</li>
|
||
<li><strong>Other channels (sideload):</strong> when you choose, the client may fetch an update manifest from a publisher URL (including on git.de4ima.uk). The hosting server may see IP and technical request headers.</li>
|
||
</ul>
|
||
|
||
<h3 id="s8">8. External links and third-party services</h3>
|
||
<p>The App may open, after you choose to click:</p>
|
||
<ul>
|
||
<li><a href="https://evilfox.win/">https://evilfox.win/</a> — publisher website;</li>
|
||
<li><a href="https://t.me/evilfox100Bot">https://t.me/evilfox100Bot</a> — Telegram support (Telegram’s policies apply).</li>
|
||
</ul>
|
||
<p>The device also uses OS components and Microsoft Edge WebView2 — Microsoft’s policies apply to those components.</p>
|
||
|
||
<h3 id="s9">9. Retention, deletion, and security</h3>
|
||
<h4>9.1. Retention</h4>
|
||
<p>Local data remains while you use the App, or until you delete profiles, clear app data, or uninstall EvilFox. Support correspondence is kept as long as needed to resolve the request (typically no longer than needed for the conversation and basic support records).</p>
|
||
<h4>9.2. How to delete data</h4>
|
||
<ul>
|
||
<li>delete configurations/profiles in the App;</li>
|
||
<li>uninstall EvilFox in Windows;</li>
|
||
<li>if needed, manually clear remaining app data folders.</li>
|
||
</ul>
|
||
<p>There is no central EvilFox cloud account for restoring local profiles — we cannot restore device-deleted data from our servers.</p>
|
||
<h4>9.3. Security</h4>
|
||
<p>We apply reasonable organizational and technical measures within the client and OS. No method is perfectly secure. You are responsible for keeping configuration URLs/keys confidential on the device and for physical access to the computer.</p>
|
||
|
||
<h3 id="s10">10. Transfers and international aspects</h3>
|
||
<p>The client runs locally. Data may be processed in other countries when:</p>
|
||
<ul>
|
||
<li>you connect to servers abroad (via your configuration);</li>
|
||
<li>you open foreign websites/services;</li>
|
||
<li>an update request is handled by hosting infrastructure outside your country.</li>
|
||
</ul>
|
||
<p>For users in the EU/EEA/UK: such transfers result from your choice of configuration and services. Where required, server operators should provide appropriate safeguards (e.g. Standard Contractual Clauses) — ask your configuration provider.</p>
|
||
|
||
<h3 id="s11">11. Your rights (EU / GDPR and equivalents)</h3>
|
||
<p>Depending on applicable law, you may have rights to:</p>
|
||
<ul>
|
||
<li>access and obtain a copy of data;</li>
|
||
<li>rectify inaccurate data;</li>
|
||
<li>erasure (“right to be forgotten”) — including by uninstalling and clearing local data;</li>
|
||
<li>restriction of processing and objection to processing based on legitimate interests;</li>
|
||
<li>data portability — to the extent data is stored in a structured form on the device (export configurations if available);</li>
|
||
<li>lodge a complaint with a supervisory authority where you live or work in the EU/EEA/UK.</li>
|
||
</ul>
|
||
<p>Because most processing is on-device, most rights are exercised locally. For questions about this Policy, contact us below. We will respond within a reasonable time.</p>
|
||
|
||
<h3 id="s12">12. California (CCPA/CPRA) and US users</h3>
|
||
<p>We do <strong>not sell</strong> and do <strong>not “share”</strong> personal information for cross-context behavioral advertising under CCPA/CPRA. Categories of data are described in Section 3. Sources are mainly you (configuration input) and the device. We do not use sensitive personal information to infer consumer characteristics for advertising.</p>
|
||
<p>Rights to know, delete, and correct regarding local client data are exercised on the device (uninstall / clear data). Requests related to support correspondence can be sent via Section 16.</p>
|
||
<p>We do not discriminate against you for exercising privacy rights.</p>
|
||
|
||
<h3 id="s13">13. Children</h3>
|
||
<p>The App is not directed to children under <strong>13</strong>. In the EU/EEA, where local law sets a higher digital consent age (often up to <strong>16</strong>), do not use the App below that age without parental/guardian consent where required. We do not knowingly collect children’s data centrally. If you believe a child sent us data via support, contact us — we will delete the request where appropriate.</p>
|
||
|
||
<h3 id="s14">14. Microsoft Store</h3>
|
||
<p>When distributed through the Microsoft Store, Microsoft may process install, update, review, and (for paid products) payment data under its own policies. Capabilities such as runFullTrust / classic desktop may require Store disclosure and approval of restricted capabilities.</p>
|
||
|
||
<h3 id="s15">15. Changes to this Policy</h3>
|
||
<p>We may update this Policy. The current version is published on the website (this page) and/or in the App Help section. Material changes are reflected by the date at the top where practical. Continued use of the App after an update means you have an opportunity to review the new text.</p>
|
||
|
||
<h3 id="s16">16. Contact</h3>
|
||
<p>
|
||
<strong>EvilFox</strong><br />
|
||
Website: <a href="https://evilfox.win/">https://evilfox.win/</a><br />
|
||
Primary email: <a href="mailto:animegold3@gmail.com">animegold3@gmail.com</a><br />
|
||
Backup email: <a href="mailto:admin@evilfox.win">admin@evilfox.win</a><br />
|
||
Telegram: <a href="https://t.me/evilfox100Bot">https://t.me/evilfox100Bot</a><br />
|
||
Terms of Use: <a href="terms-en.html">terms-en.html</a>
|
||
</p>
|
||
|
||
<p class="nav-docs">Русский: <a href="privacy-ru.html">Политика конфиденциальности</a></p>
|
||
</article>
|
||
|
||
<footer>
|
||
<span>© 2026 EvilFox</span>
|
||
<a href="terms-en.html">Terms of Use</a>
|
||
<a href="https://evilfox.win/">Website</a>
|
||
</footer>
|
||
</div>
|
||
</body>
|
||
</html>
|