From baf40166b85eff25245d73df21bcf14f62bfb17f Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Tue, 13 Jun 2023 04:59:54 +0000
Subject: [PATCH] fix: clarified that date of birth is also collected for age
 verification

---
 privacy-policy.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/privacy-policy.html b/privacy-policy.html
index 11be551..1467b2a 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -6,6 +6,7 @@
 <ul>
     <li>Your name or username.</li>
     <li>Your email address.</li>
+    <li>Your date of birth.</li>
     <li>Your IP address.</li>
 </ul>
 <p>Further data may be collected if you choose to share it, such as if you fill out fields on your profile.</p>
@@ -23,6 +24,7 @@
     <li>For the purposes of making you a registered member of our site, in order for you to contribute content to this site.</li>
     <li>We may use your email address to inform you of activity on our site.</li>
     <li>Your IP address is recorded when you perform certain actions on our site. Your IP address is never publicly visible.</li>
+    <li>Your date of birth is used verify that you are over the age of 13.</li>
 </ul>
 
 <h2>Other ways we may use your personal information.</h2>
-- 
GitLab