Edit privacy policy

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-16 23:55:53 +01:00
parent c79a5cc407
commit 55d7a3404a
2 changed files with 14 additions and 3 deletions

View File

@@ -28,7 +28,9 @@
<div class="stat-figure text-primary"> <div class="stat-figure text-primary">
<Database size={32} /> <Database size={32} />
</div> </div>
<div class="stat-title uppercase tracking-widest text-xs">Manufacturers</div> <div class="stat-title uppercase tracking-widest text-xs">
Manufacturers
</div>
<div class="stat-value text-primary">{totalApps}</div> <div class="stat-value text-primary">{totalApps}</div>
<div class="stat-desc"> <div class="stat-desc">
Add a new manufacturer <a Add a new manufacturer <a
@@ -42,7 +44,9 @@
<div class="stat-figure text-secondary"> <div class="stat-figure text-secondary">
<KeyRound size={32} /> <KeyRound size={32} />
</div> </div>
<div class="stat-title uppercase tracking-widest text-xs">Credentials</div> <div class="stat-title uppercase tracking-widest text-xs">
Credentials
</div>
<div class="stat-value text-secondary">{totalPasswords}</div> <div class="stat-value text-secondary">{totalPasswords}</div>
<div class="stat-desc"> <div class="stat-desc">
Full list available <a Full list available <a
@@ -108,3 +112,4 @@
</div> </div>
</div> </div>
</div> </div>
<p class="text-base-content/20 m-auto text-center text-xs"><a href="/privacy-policy">Privacy policy</a></p>

View File

@@ -57,7 +57,13 @@ import Layout from "../layouts/Layout.astro";
<h2>Do Not Track</h2> <h2>Do Not Track</h2>
<p> <p>
Umami respects the <code>DNT</code> (Do Not Track) header. If your browser has DNT enabled, Umami respects the <code>DNT</code> (Do Not Track) header. If your browser has DNT enabled,
no analytics data will be collected for your session. no client-side analytics will be collected for your session.
</p>
<p>
However, when a search is performed, the query and whether it returned results are logged
server-side, with no user information attached (no IP, no browser, no session identifier).
This is used solely to identify missing manufacturers or products in the database and improve
the dataset.
</p> </p>
<h2>Changes to this policy</h2> <h2>Changes to this policy</h2>