-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
31 lines (31 loc) · 1.65 KB
/
Copy pathprivacy.html
File metadata and controls
31 lines (31 loc) · 1.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSS minifier privacy</title>
<meta name="description" content="Privacy details for CSS minifier.">
<link rel="canonical" href="https://cig13zs.github.io/minify-css/privacy.html">
<style>
body { max-width: 720px; margin: 0 auto; padding: 32px 20px; background: #faf9f6; color: #211f1b; font: 16px/1.65 system-ui, sans-serif; }
h1, h2 { line-height: 1.2; }
h2 { margin-top: 32px; font-size: 19px; }
a { color: #9a3f24; }
a:focus-visible { outline: 3px solid #d97706; outline-offset: 3px; }
code { background: #eeeae2; padding: 2px 5px; border-radius: 4px; }
</style>
</head>
<body>
<h1>Privacy</h1>
<p>CSS minifier runs in this page and in its optional browser extension. Remove ordinary comments and redundant CSS whitespace while preserving strings and license comments.</p>
<h2>Data</h2>
<p>Your input and results stay in browser memory. The tool has no analytics, account system, advertising code, or remote API.</p>
<h2>Storage and permissions</h2>
<p>The extension requests no permissions. The app does not write your input to <code>localStorage</code>, cookies, or a database.</p>
<h2>Hosting</h2>
<p>Opening the web version makes the normal request needed to load files from GitHub Pages. Processing begins after those files load and does not upload your content.</p>
<h2>Questions</h2>
<p>Report a privacy or security issue through <a href="https://github.com/cig13zs/minify-css/issues">the repository issue tracker</a>.</p>
<p><a href="./">Back to CSS minifier</a></p>
</body>
</html>