From 398725e7b7db821211557e130443a1479fcff20f Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 10 Apr 2024 14:07:31 -0400 Subject: [PATCH 1/2] Add Privacy Police (For Google App Store) --- frontend-next/public/privacy.html | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 frontend-next/public/privacy.html diff --git a/frontend-next/public/privacy.html b/frontend-next/public/privacy.html new file mode 100644 index 0000000..35fdacd --- /dev/null +++ b/frontend-next/public/privacy.html @@ -0,0 +1,33 @@ + + + + + + ChatMaps Privacy Policy + + +

ChatMaps Privacy Policy

+ +

At ChatMaps, we are committed to protecting your privacy and ensuring the security of your personal information. This privacy policy explains how we collect, use, and safeguard your data when you use our application.

+ +

Collection of Personal Information

+ +

ChatMaps requires access to your location in order to provide you with location-based services. However, we do not share, sell, or disclose your personal data to any third party.

+ +

Child Safety

+ +

ChatMaps is fully compliant with online child safety laws. We do not knowingly collect personal information from children under the age of 13. If you believe that we have inadvertently collected personal information from a child, please contact us immediately so that we can take appropriate action.

+ +

Data Security

+ +

We take the security of your personal information seriously. We implement industry-standard security measures to protect your data from unauthorized access, alteration, or disclosure.

+ +

Changes to this Privacy Policy

+ +

We reserve the right to update or modify this privacy policy at any time. Any changes will be effective immediately upon posting the updated policy on our website.

+ +

Contact Us

+ +

If you have any questions or concerns about our privacy policy, please contact us at privacy@chatma.ps .

+ + \ No newline at end of file -- 2.52.0 From ad39b54f1dc0c68279def8a0075ddd899efaf0b1 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 10 Apr 2024 14:14:20 -0400 Subject: [PATCH 2/2] Add Deletion Info Page --- frontend-next/public/deletion.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 frontend-next/public/deletion.html diff --git a/frontend-next/public/deletion.html b/frontend-next/public/deletion.html new file mode 100644 index 0000000..28d70ae --- /dev/null +++ b/frontend-next/public/deletion.html @@ -0,0 +1,28 @@ + + + + User Data Deletion Request + + +

User Data Deletion Request

+

+ To request the deletion of your user data from our system, please follow the steps below: +

+
    +
  1. Compose an email to deletion@chatma.ps.
  2. +
  3. In the email subject, write "User Data Deletion Request".
  4. +
  5. In the body of the email, provide the following information:
  6. +
      +
    • Your username: [Insert your username here]
    • +
    • Your email address associated with the account: [Insert your email address here]
    • +
    +
  7. Send the email.
  8. +
+

+ Our team will process your request as soon as possible. Please note that the deletion of your user data may take some time, and we will notify you once it has been completed. +

+

+ If you have any further questions or concerns, please don't hesitate to contact us at support@chatma.ps. +

+ + \ No newline at end of file -- 2.52.0